tsplayer: Synchronization mode settings. [1/1]
authoryunmin.chen <yunmin.chen@amlogic.com>
Sat, 2 Jan 2021 15:26:43 +0000 (23:26 +0800)
committeryunmin.chen <yunmin.chen@amlogic.com>
Tue, 5 Jan 2021 11:09:56 +0000 (19:09 +0800)
PD#SWPL-38521

Problem:
Setting amaste or vmaste is invalid.

Solution:
Remove the mandatory setting to PcrMaster.

Verify:
AH212

Change-Id: Ia361de4ff5d7f4e6ee782429b998dc8552f882f6
Signed-off-by: yunmin.chen <yunmin.chen@amlogic.com>
drivers/media_sync/media_sync_core.c

index 537eeae755b47f6c26fd76718d1067220e187af3..b099f18a34ce6021f574d59a5e97b094ea86b708 100644 (file)
@@ -197,7 +197,7 @@ long mediasync_ins_update_mediatime(s32 sSyncInsId,
                return -1;
 
        current_stc = get_stc_time_us(sSyncInsId, &current_systemtime);
-       pInstance->mSyncMode = MEDIA_SYNC_PCRMASTER;
+       //pInstance->mSyncMode = MEDIA_SYNC_PCRMASTER;
 
        if (pInstance->mSyncMode == MEDIA_SYNC_PCRMASTER) {
                if (lSystemTime == 0) {