summaryrefslogtreecommitdiffstats
path: root/sec_mm/sec_omx/sec_omx_component/common
diff options
context:
space:
mode:
authorSeungBeom Kim <sbcrux.kim@samsung.com>2011-06-21 09:48:41 +0900
committerJames Dong <jdong@google.com>2011-06-21 12:22:58 -0700
commit12fd7053f2ab370a5db2de48fd9381c8f2d9d5ba (patch)
tree21d843cec46baff464a3093c83ae08cd51941bdf /sec_mm/sec_omx/sec_omx_component/common
parentee461fb117dec3de0f714f393922c05554958608 (diff)
downloaddevice_samsung_crespo-12fd7053f2ab370a5db2de48fd9381c8f2d9d5ba.zip
device_samsung_crespo-12fd7053f2ab370a5db2de48fd9381c8f2d9d5ba.tar.gz
device_samsung_crespo-12fd7053f2ab370a5db2de48fd9381c8f2d9d5ba.tar.bz2
Fix for encode timestamp issue.
Change-Id: Id9ac27f9510ef6017ad2132a31382a66449d9b9e Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com> related-to-bug: 4724339
Diffstat (limited to 'sec_mm/sec_omx/sec_omx_component/common')
-rw-r--r--sec_mm/sec_omx/sec_omx_component/common/SEC_OMX_Baseport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sec_mm/sec_omx/sec_omx_component/common/SEC_OMX_Baseport.c b/sec_mm/sec_omx/sec_omx_component/common/SEC_OMX_Baseport.c
index 0e0f7ea..f42745d 100644
--- a/sec_mm/sec_omx/sec_omx_component/common/SEC_OMX_Baseport.c
+++ b/sec_mm/sec_omx/sec_omx_component/common/SEC_OMX_Baseport.c
@@ -941,7 +941,7 @@ OMX_ERRORTYPE SEC_OMX_Port_Constructor(OMX_HANDLETYPE hComponent)
pSECOutputPort->markType.hMarkTargetComponent = NULL;
pSECOutputPort->markType.pMarkData = NULL;
- pSECComponent->checkTimeStamp.needSetStartTimeStamp = OMX_TRUE;
+ pSECComponent->checkTimeStamp.needSetStartTimeStamp = OMX_FALSE;
pSECComponent->checkTimeStamp.needCheckStartTimeStamp = OMX_FALSE;
pSECComponent->checkTimeStamp.startTimeStamp = 0;
pSECComponent->checkTimeStamp.nStartFlags = 0x0;