This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

gstreamer h264 omx decoding not getting FillBufferDone

Hello,

I'm trying to get decoding of h264 streams with gstreamer using TI's omx elements. This is on a TI8161 board.

My gstreamer pipeline is:

gst-launch filesrc location=test.mov ! qtdemux ! h264parse ! omx_h264dec ! fakesink

Fakesink never receives any buffers. A closer look at gstreamer and omx logs shows that omx_h264dec is receiving buffers from upstream elements and negotiates properly. The buffers are pushed into the omx input port and this part returns ErrorNone. On the other side, the output loop pushes buffers to the output port using 'FillThisBuffer'. I never see FillBufferDone get called for the output port, so the pipeline stalls.

The omx initialization done by omx_h264dec shows no issues, only one assertion from ti-syslink, but it keeps moving on and it seems to get to the Running status clearly.

Is there any further debugging tips I could use to find why it isn't producing output? Any common mistakes? What component should I look at for more information about this? Any more info I could provide to help debugging?

Here are my debugging logs in case it helps understanding the issue (there are a few 'ERROR' debug outputs from gstreamer, but that's just me adding some more debugging lines, those aren't errors. There's also a segfault at the end, but that's after I tell the pipeline to stop running, I'm not worried about that for now. Just want to get decoding running):

Setting pipeline to PAUSED ...
Entering OMX_Init: (void)

Module<ti.omx> Entering<DomxInit> @line<142>
Entered function:DomxCore_procInit
SysLink_setup() complete
Module<ti.omx> Entering<DomxCore_mapDomxCore2MultiProcId> @line<269>
Module<ti.omx> Leaving<DomxCore_mapDomxCore2MultiProcId> @line<275> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_moduleRegisterMsgqHeap> @line<892>
Module<ti.omx> Entering<DomxCore_mapDomxCore2MultiProcId> @line<269>
Module<ti.omx> Leaving<DomxCore_mapDomxCore2MultiProcId> @line<275> with error<0:ErrorNone>
Module<ti.omx> Entering<DmmDelegate_createIpcHeap> @line<181>
Module<ti.omx> Leaving<DmmDelegate_createIpcHeap> @line<195> with error<0:ErrorNone>
Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<927> msg<Before MessageQ_registerHeap>
Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<932> msg<After MessageQ_registerHeap>
Module<ti.omx> Leaving<OmxRpc_moduleRegisterMsgqHeap> @line<935> with error<0:ErrorNone>
Module<ti.omx> Entering<DomxCore_mapDomxCore2MultiProcId> @line<269>
Module<ti.omx> Leaving<DomxCore_mapDomxCore2MultiProcId> @line<275> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_moduleRegisterMsgqHeap> @line<892>
Module<ti.omx> Entering<DomxCore_mapDomxCore2MultiProcId> @line<269>
Module<ti.omx> Leaving<DomxCore_mapDomxCore2MultiProcId> @line<275> with error<0:ErrorNone>
Module<ti.omx> Entering<DmmDelegate_createIpcHeap> @line<181>
Module<ti.omx> Leaving<DmmDelegate_createIpcHeap> @line<195> with error<0:ErrorNone>
Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<927> msg<Before MessageQ_registerHeap>
Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<932> msg<After MessageQ_registerHeap>
Module<ti.omx> Leaving<OmxRpc_moduleRegisterMsgqHeap> @line<935> with error<0:ErrorNone>
Module<ti.omx> Entering<DomxCore_mapDomxCore2MultiProcId> @line<269>
Module<ti.omx> Leaving<DomxCore_mapDomxCore2MultiProcId> @line<275> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_moduleRegisterMsgqHeap> @line<892>
Module<ti.omx> Entering<DomxCore_mapDomxCore2MultiProcId> @line<269>
Module<ti.omx> Leaving<DomxCore_mapDomxCore2MultiProcId> @line<275> with error<0:ErrorNone>
Module<ti.omx> Entering<DmmDelegate_createIpcHeap> @line<181>
Module<ti.omx> Leaving<DmmDelegate_createIpcHeap> @line<195> with error<0:ErrorNone>
Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<927> msg<Before MessageQ_registerHeap>
Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<932> msg<After MessageQ_registerHeap>
Module<ti.omx> Leaving<OmxRpc_moduleRegisterMsgqHeap> @line<935> with error<0:ErrorNone>
Assertion at Line no: 1089 in /home/thiagoss/Work/oe/arago-tmp/work/xpto-none-linux-gnueabi/ti-syslink-2_10_03_20-j/syslink_2_10_03_20/packages/ti/syslink/ipc/hlos/usr/SharedRegion.c: (id < SharedRegion_module->cfg.numEntries) : failed
Module<ti.omx> @<DomxInit> @line<183> msg<Waiting for Ipc_attach to happen b/w slave cores>
Module<ti.omx> @<DomxInit> @line<186> msg<Wait completed for Ipc_attach to happen b/w slave cores>
Module<ti.omx> Entering<OmxRpc_moduleInitServer> @line<793>
Module<ti.omx> Entering<omxrpc_rcm_server_create> @line<220>
@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_3, priority 14
Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
Module<ti.omx> Leaving<omxrpc_rcm_server_create> @line<241> with error<0:ErrorNone>
Module<ti.omx> Entering<omxrpc_rcm_server_remote_fxn_register> @line<279>
@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 0
Calling RcmServer_addSymbol(OmxRpcGetHandle)
Calling RcmServer_addSymbol(OmxRpcFreeHandle)
Calling RcmServer_addSymbol(OmxRpcCreateProxyLite)
Calling RcmServer_addSymbol(OmxRpcGetHeapMemStats)
Calling RcmServer_addSymbol(OmxRpcDeleteProxyLite)
Module<ti.omx> Leaving<omxrpc_rcm_server_remote_fxn_register> @line<306> with error<0:ErrorNone>
Module<ti.omx> Entering<omxrpc_rcm_server_start> @line<255>
Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
Module<ti.omx> Leaving<omxrpc_rcm_server_start> @line<259> with error<0:ErrorNone>
Module<ti.omx> Leaving<OmxRpc_moduleInitServer> @line<854> with error<0:ErrorNone>
Module<ti.omx> Leaving<DomxInit> @line<208> with error<0:ErrorNone>
Entered function:DomxCore_mapPhyAddr2UsrVirtual
ProcMgr_map Success VirtAddr: 0x43842000


ProcMgr_translateAddr Status [0x0] User Virtual Address [0x43842000]

Entered function:DomxCore_mapPhyAddr2UsrVirtual
ProcMgr_map Success VirtAddr: 0x43993000


ProcMgr_translateAddr Status [0x0] User Virtual Address [0x43993000]

Entered function:DomxCore_mapPhyAddr2UsrVirtual
Leaving OMX_Init: retVal OMX_ERRORTYPE: 0

Entered: OMX_GetHandle (0xf8af4, OMX.TI.DUCATI.VIDDEC, 0xf8af0, 0x4083f414)
Component OMX.TI.DUCATI.VIDDEC In table OMX.TI.VPSSM3.VFCC idx 0
Component OMX.TI.DUCATI.VIDDEC In table OMX.TI.VPSSM3.VFDC idx 1
Component OMX.TI.DUCATI.VIDDEC In table OMX.TI.VPSSM3.VFPC.DEIHDUALOUT idx 2
Component OMX.TI.DUCATI.VIDDEC In table OMX.TI.VPSSM3.VFPC.DEIMDUALOUT idx 3
Component OMX.TI.DUCATI.VIDDEC In table OMX.TI.VPSSM3.VFPC.NF idx 4
Component OMX.TI.DUCATI.VIDDEC In table OMX.TI.VPSSM3.VFPC.INDTXSCWB idx 5
Component OMX.TI.DUCATI.VIDDEC In table OMX.TI.VPSSM3.CTRL.TVP idx 6
Component OMX.TI.DUCATI.VIDDEC In table OMX.TI.VPSSM3.CTRL.DC idx 7
Component OMX.TI.DUCATI.VIDDEC In table OMX.TI.VPSSM3.VSWMOSAIC idx 8
Component OMX.TI.DUCATI.VIDDEC In table OMX.TI.DUCATI.VIDENC idx 9
Component OMX.TI.DUCATI.VIDDEC In table OMX.TI.DUCATI.VIDDEC idx 10
Component OMX.TI.DUCATI.VIDDEC found idx: 10

In OMX_GetHandle, component OMX.TI.DUCATI.VIDDEC, omxhandle 0xe5fc8
Module<ti.omx> Entering<OmxProxy_commonInit> @line<2406>
Module<ti.omx> @<OmxProxy_commonInit> @line<2407> msg<OMX.TI.DUCATI.VIDDEC>
Module<ti.omx> Entering<omxproxy_map_component_name2info> @line<746>
Module<ti.omx> Leaving<omxproxy_map_component_name2info> @line<763> with error<0:ErrorNone>
Module<ti.omx> Entering<omxproxy_get_component_custom_config_info> @line<783>
Module<ti.omx> Leaving<omxproxy_get_component_custom_config_info> @line<800> with error<0:ErrorNone>
Module<ti.omx> @<OmxProxy_commonInit> @line<2476> msg<Before OmxRpc_Params_init>
Module<ti.omx> Entering<OmxRpc_Params_init> @line<92>
Module<ti.omx> Leaving<OmxRpc_Params_init> @line<98> with error<0:ErrorNone>
Module<ti.omx> @<OmxProxy_commonInit> @line<2480> msg<After OmxRpc_Params_init>
Module<ti.omx> @<OmxProxy_commonInit> @line<2490> msg<Before OmxRpc_create>
Module<ti.omx> Entering<OmxRpc_object_create> @line<109>
Module<ti.omx> Entering<OmxRpc_Instance_init> @line<570>
Module<ti.omx> Entering<omxrpc_module_init_client> @line<324>
Entered function:omxrpc_module_init_client (1)
Module<ti.omx> Entering<OmxRpc_rcmClientCreate> @line<976>
Entered function:OmxRpc_rcmClientCreate (0x409428b0, OmxRpcRcmServer_1, 4)
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
Module<ti.omx> Leaving<OmxRpc_rcmClientCreate> @line<1013> with error<0:ErrorNone>
omxrpc_module_init_client: Located the remoteCoreRcmServer
Module<ti.omx> Entering<OmxRpc_rcmClientRemoteFxnLocate> @line<1033>
Entered OmxRpc_rcmClientRemoteFxnLocate (0xe6028, 0, 0x4094293c)
main: calling RcmClient_getSymbolIndex(OmxRpcGetHandle)
main: calling RcmClient_getSymbolIndex(OmxRpcFreeHandle)
main: calling RcmClient_getSymbolIndex(OmxRpcCreateProxyLite)
main: calling RcmClient_getSymbolIndex(OmxRpcGetHeapMemStats)
main: calling RcmClient_getSymbolIndex(OmxRpcDeleteProxyLite)
Module<ti.omx> Leaving<OmxRpc_rcmClientRemoteFxnLocate> @line<1077> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxrpc_module_init_client> @line<386> with error<0:ErrorNone>
LayerId: 0

Module<ti.omx> Entering<omxrpc_rcm_server_create> @line<220>
@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.DUCATI.VIDDEC_Cb_3_0, priority 14
Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
Module<ti.omx> Leaving<omxrpc_rcm_server_create> @line<241> with error<0:ErrorNone>
Module<ti.omx> Entering<omxrpc_rcm_server_remote_fxn_register> @line<279>
@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 2
Calling RcmServer_addSymbol(OmxRpcCbEventHandler)
Calling RcmServer_addSymbol(OmxRpcCbEmptyBufferDone)
Calling RcmServer_addSymbol(OmxRpcCbFillBufferDone)
Module<ti.omx> Leaving<omxrpc_rcm_server_remote_fxn_register> @line<306> with error<0:ErrorNone>
Module<ti.omx> Entering<omxrpc_rcm_server_start> @line<255>
Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
Module<ti.omx> Leaving<omxrpc_rcm_server_start> @line<259> with error<0:ErrorNone>
Module<ti.omx> Entering<omxrpc_module_register_instance> @line<423>
Instance Register with omxRpc Module.Cnt = 1
Module<ti.omx> Leaving<omxrpc_module_register_instance> @line<436> with error<0:ErrorNone>
L_create: OmxRpc create: Component:OMX.TI.DUCATI.VIDDEC, Layer:0
Module<ti.omx> Leaving<OmxRpc_Instance_init> @line<730> with error<0:ErrorNone>
Module<ti.omx> Leaving<OmxRpc_object_create> @line<123> with error<0:ErrorNone>
Module<ti.omx> @<OmxProxy_commonInit> @line<2500> msg<After OmxRpc_create>
Module<ti.omx> Entering<OmxRpc_stubGetHandle> @line<961>
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<omxrpc_msg_marshall_gethandle> @line<241>
Module<ti.omx> Leaving<omxrpc_msg_marshall_gethandle> @line<251> with error<0:ErrorNone>
Calling OmxRpc_rcmExec: pRpcHndl->remoteCoreId 1 pRpcHndl->fxnId 2146439168
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2146439168
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
Module<ti.omx> Entering<omxrpc_msg_unmarshall_gethandle_response> @line<275>
Module<ti.omx> Leaving<omxrpc_msg_unmarshall_gethandle_response> @line<281> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmClientCreate> @line<976>
Entered function:OmxRpc_rcmClientCreate (0x103ba0, OmxRpcRcmServer_OMX.TI.DUCATI.VIDDEC_Ctrl_1_1, 4)
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
Module<ti.omx> Leaving<OmxRpc_rcmClientCreate> @line<1013> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmClientCreate> @line<976>
Entered function:OmxRpc_rcmClientCreate (0x105e84, OmxRpcRcmServer_OMX.TI.DUCATI.VIDDEC_Ctrl_1_1, 4)
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
Module<ti.omx> Leaving<OmxRpc_rcmClientCreate> @line<1013> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmClientCreate> @line<976>
Entered function:OmxRpc_rcmClientCreate (0x105f08, OmxRpcRcmServer_OMX.TI.DUCATI.VIDDEC_Ctrl_1_1, 4)
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
Module<ti.omx> Leaving<OmxRpc_rcmClientCreate> @line<1013> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmClientRemoteFxnLocate> @line<1033>
Entered OmxRpc_rcmClientRemoteFxnLocate (0x106890, 1, 0x103c28)
main: calling RcmClient_getSymbolIndex(OmxRpcSetParameter)
main: calling RcmClient_getSymbolIndex(OmxRpcGetParameter)
main: calling RcmClient_getSymbolIndex(OmxRpcSetConfig)
main: calling RcmClient_getSymbolIndex(OmxRpcGetConfig)
main: calling RcmClient_getSymbolIndex(OmxRpcGetComponentVersion)
main: calling RcmClient_getSymbolIndex(OmxRpcGetExtensionIndex)
main: calling RcmClient_getSymbolIndex(OmxRpcGetState)
main: calling RcmClient_getSymbolIndex(OmxRpcSendCommand)
main: calling RcmClient_getSymbolIndex(OmxRpcUseBuffer)
main: calling RcmClient_getSymbolIndex(OmxRpcAllocBuffer)
main: calling RcmClient_getSymbolIndex(OmxRpcFreeBuffer)
main: calling RcmClient_getSymbolIndex(OmxRpcEmptyThisBuffer)
main: calling RcmClient_getSymbolIndex(OmxRpcFillThisBuffer)
main: calling RcmClient_getSymbolIndex(OmxRpcTunnelRequest)
Module<ti.omx> Leaving<OmxRpc_rcmClientRemoteFxnLocate> @line<1077> with error<0:ErrorNone>
Module<ti.omx> @<OmxRpc_stubGetHandle> @line<1102> msg<Before RcmClient_free>
Module<ti.omx> @<OmxRpc_stubGetHandle> @line<1105> msg<After RcmClient_free>
Module<ti.omx> Leaving<OmxRpc_stubGetHandle> @line<1112> with error<0:ErrorNone>
Remote component creation success for (OMX.TI.DUCATI.VIDDEC).CoreId = (1)
Module<ti.omx> Leaving<OmxProxy_commonInit> @line<2606> with error<0:ErrorNone>
Entered : omxproxy_setcallbacks
Result of pComponentInit: ErrorNone

Registering the component OMX.TI.DUCATI.VIDDEC with TunnelMgr
Module<ti.omx> Entering<DomxTunnelMgr_registerHandle> @line<766>
Entered: DomxTunnelMgr_registerHandle (0xe5fc8, 0x160d0)
Entering domxtmgr_module_init (void)
Leaving domxtmgr_module_init retVal: void
Entered: domxtmgr_map_component_name2info (0x160d0, 0xbe83836c, 0xbe83833c)
Leaving: domxtmgr_map_component_name2info RetVal: void
Entered: omxproxy_get_config(0xe5fc8, 2130706523, 0xbe838370)
Leaving: omxproxy_get_config, retVal: 0
Module<ti.omx> Entering<domxtmgr_register_connection> @line<358>
Module<ti.omx> Entering<domxtmgr_get_component_registry_index> @line<282>
Module<ti.omx> Leaving<domxtmgr_get_component_registry_index> @line<293> with error<0:ErrorNone>
Module<ti.omx> Entering<domxtmgr_register_component> @line<197>
Module<ti.omx> Leaving<domxtmgr_register_component> @line<244> with error<0:ErrorNone>
Module<ti.omx> Entering<domxtmgr_get_component_registry_index> @line<282>
Module<ti.omx> Leaving<domxtmgr_get_component_registry_index> @line<293> with error<0:ErrorNone>
Module<ti.omx> Entering<domxtmgr_add_component_connection_info> @line<315>
Module<ti.omx> Leaving<domxtmgr_add_component_connection_info> @line<329> with error<0:ErrorNone>
Module<ti.omx> Leaving<domxtmgr_register_connection> @line<401> with error<0:ErrorNone>
Module<ti.omx> Entering<domxtmgr_register_connection> @line<358>
Module<ti.omx> Entering<domxtmgr_get_component_registry_index> @line<282>
Module<ti.omx> Leaving<domxtmgr_get_component_registry_index> @line<293> with error<0:ErrorNone>
Module<ti.omx> Entering<domxtmgr_add_component_connection_info> @line<315>
Module<ti.omx> Leaving<domxtmgr_add_component_connection_info> @line<329> with error<0:ErrorNone>
Module<ti.omx> Leaving<domxtmgr_register_connection> @line<401> with error<0:ErrorNone>
Module<ti.omx> Leaving<DomxTunnelMgr_registerHandle> @line<825> with error<0:ErrorNone>
Leaving OMX_GetHandle: retVal OMX_ERRORTYPE: 0x0 : ErrorNone

Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 16777239
Entered: omxproxy_set_parameter (0xe5fc8, 16777239, 0xbe8384fc)
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubSetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2146439168
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_set_parameter:OmxRpc_stubSetParameter Successful.nParamIndex = 16777239
Leaving omxproxy_set_parameter returns ErrorUnsupportedSetting

Pipeline is PREROLLING ...
0:00:01.179391704 [332m 763[00m 0x228c0 [33;01mWARN [00m [00m qtdemux qtdemux_types.c:191:qtdemux_type_get:[00m unknown QuickTime node type avc1
0:00:01.179604111 [332m 763[00m 0x228c0 [33;01mWARN [00m [00m qtdemux qtdemux_types.c:191:qtdemux_type_get:[00m unknown QuickTime node type avcC
/GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:sink: caps = video/x-h264, level=(string)2.1, profile=(string)main, codec_data=(buffer)014d4015ffe10018674d401592528283f60220000003002ee6b28001e2c5b2c001000468ebecb2, width=(int)320, height=(int)240, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1
/GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:src: caps = video/x-h264, level=(string)2.1, profile=(string)main, codec_data=(buffer)014d4015ffe10018674d401592528283f60220000003002ee6b28001e2c5b2c001000468ebecb2, width=(int)320, height=(int)240, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, stream-format=(string)avc, alignment=(string)au
Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered: omxproxy_set_parameter (0xe5fc8, 33554433, 0x4fe805a0)
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubSetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2146439168
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_set_parameter:OmxRpc_stubSetParameter Successful.nParamIndex = 33554433
Leaving omxproxy_set_parameter returns ErrorNone

Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered: omxproxy_set_parameter (0xe5fc8, 33554433, 0x4fe80658)
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubSetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2146439168
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_set_parameter:OmxRpc_stubSetParameter Successful.nParamIndex = 33554433
Leaving omxproxy_set_parameter returns ErrorNone

/GstPipeline:pipeline0/GstOmxH264Dec:omxh264dec0.GstPad:sink: caps = video/x-h264, level=(string)2.1, profile=(string)main, codec_data=(buffer)014d4015ffe10018674d401592528283f60220000003002ee6b28001e2c5b2c001000468ebecb2, width=(int)320, height=(int)240, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, stream-format=(string)avc, alignment=(string)au
/GstPipeline:pipeline0/GstOmxH264Dec:omxh264dec0.GstPad:sink: caps = video/x-h264, level=(string)2.1, profile=(string)main, codec_data=(buffer)014d4015ffe10018674d401592528283f60220000003002ee6b28001e2c5b2c001000468ebecb2, width=(int)320, height=(int)240, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, stream-format=(string)avc, alignment=(string)au
0:00:01.185464815 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:542:pad_chain:<omxh264dec0>[00m chain
0:00:01.185535297 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:556:pad_chain:<omxh264dec0>[00m prepare
Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered: omxproxy_set_parameter (0xe5fc8, 33554433, 0x4fe80558)
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubSetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2146439168
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_set_parameter:OmxRpc_stubSetParameter Successful.nParamIndex = 33554433
Leaving omxproxy_set_parameter returns ErrorNone

Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_m0:00:01.187906778 [332m 763[00m 0x228c0 [33;01mWARN [00m [00m omx gstomx_base_filter.c:838:buffer_alloc:<omxh264dec0>[00m faking settings changed notification
sgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered: omxproxy_set_parameter (0xe5fc8, 33554433, 0x4fe80400)
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubSetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2146439168
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_set_parameter:OmxRpc_stubSetParameter Successful.nParamIndex = 33554433
Leaving omxproxy_set_parameter returns ErrorNone

/GstPipeline:pipeline0/GstOmxH264Dec:omxh264dec0.GstPad:src: caps = video/x-raw-yuv-strided, width=(int)320, height=(int)240, format=(fourcc)NV12, rowstride=(int)384, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, interlaced=(boolean)false
Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered: omxproxy_send_command (0xe5fc8, 0, 2, 0x0)
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2139099143
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_send_command:OmxRpc_stubSendCommand Successful.Cmd = 0
Leaving: omxproxy_send_command return ErrorNone

Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc41628LocalBufferHdr :0x10b150Remote Buf Ptr :0x800000a0Local Buf Ptr :0x439930a0
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc41678LocalBufferHdr :0x110700Remote Buf Ptr :0x80012ea0Local Buf Ptr :0x439a5ea0
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc416c8LocalBufferHdr :0x110760Remote Buf Ptr :0x80025ca0Local Buf Ptr :0x439b8ca0
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc41718LocalBufferHdr :0x111210Remote Buf Ptr :0x80038aa0Local Buf Ptr :0x439cbaa0
Entered: omxproxy_get_parameter
Module<ti.omx> Entering<omxproxy_get_omx_struct_size> @line<895>
Module<ti.omx> Entering<omxproxy_get_omx_std_struct_size> @line<855>
Module<ti.omx> Leaving<omxproxy_get_omx_std_struct_size> @line<873> with error<0:ErrorNone>
Module<ti.omx> Leaving<omxproxy_get_omx_struct_size> @line<919> with error<0:ErrorNone>
Entered function:OmxRpc_stubGetParameter
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2145390593
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_get_parameter:OmxRpc_stubGetParameter Successful.nParamIndex = 33554433
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc42bc0LocalBufferHdr :0x111270Remote Buf Ptr :0x8004b980Local Buf Ptr :0x439de980
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc42c10LocalBufferHdr :0x1112d0Remote Buf Ptr :0x8007af80Local Buf Ptr :0x43a0df80
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc42c60LocalBufferHdr :0x111330Remote Buf Ptr :0x800aa580Local Buf Ptr :0x43a3d580
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc42cb0LocalBufferHdr :0x111390Remote Buf Ptr :0x800d9b80Local Buf Ptr :0x43a6cb80
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc42d00LocalBufferHdr :0x1113f0Remote Buf Ptr :0x80109180Local Buf Ptr :0x43a9c180
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc42d50LocalBufferHdr :0x111450Remote Buf Ptr :0x80138780Local Buf Ptr :0x43acb780
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<B0:00:01.206340852 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:589:pad_chain:<omxh264dec0>[00m play
0:00:01.207296149 [332m 763[00m 0x10b230 [31;01mERROR [00m [00m omx gstomx_base_filter.c:445:output_loop:<omxh264dec0>[00m OUT_LOOP begin
0:00:01.207432852 [332m 763[00m 0x10b230 [31;01mERROR [00m [00m omx gstomx_port.c:932:g_omx_port_recv:[00m Recv
0:00:01.207485482 [332m 763[00m 0x10b230 [31;01mERROR [00m [00m omx gstomx_port.c:936:g_omx_port_recv:[00m Req buffer
0:00:01.208677260 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_core.c:573:g_omx_core_got_buffer:[00m GOT BUFFER! output:0 input:1
0:00:01.208757186 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_core.c:573:g_omx_core_got_buffer:[00m GOT BUFFER! output:0 input:1
0:00:01.208804704 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_core.c:573:g_omx_core_got_buffer:[00m GOT BUFFER! output:0 input:1
0:00:01.208847334 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_core.c:573:g_omx_core_got_buffer:[00m GOT BUFFER! output:0 input:1
efore RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc42da0LocalBufferHdr :0x1114b0Remote Buf Ptr :0x80167d80Local Buf Ptr :0x43afad80
Entered function :omxproxy_alloc_buffer
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2137001993
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_alloc_buffer:Alloc Buffer SuccessfulValue of pBufHeaderRemote: 0x9dc42df0LocalBufferHdr :0x111510Remote Buf Ptr :0x80197380Local Buf Ptr :0x43b2a380
Entered Function :omrpc_skel_cb_event_handler
Entered omxproxy_event_handler (0x9dc337e8, 0xe5fc8, 0, 0x0,
0x2, 0x0)
Exiting: omxproxy_event_handler retVal 0
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
Entered: omxproxy_send_command (0xe5fc8, 0, 3, 0x0)
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2139099143
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_send_command:OmxRpc_stubSendCommand Successful.Cmd = 0
Leaving: omxproxy_send_command return ErrorNone

Entered Function :omrpc_skel_cb_event_handler
Entered omxproxy_event_handler (0x9dc337e8, 0xe5fc8, 0, 0x0,
0x3, 0x0)
Exiting: omxproxy_event_handler retVal 0
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
omxproxy_fill_this_buffer:Entered..
omxproxy_ftb: Buffer Index of Match 4
omxproxy_ftb: pBufferHdr->pBuffer : 0x439de980, pBufferHdr->nFilledLen : 0
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<10:00:01.209413963 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:419:release_buffer:[00m FTB GOOD
0:00:01.209815815 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:419:release_buffer:[00m FTB GOOD
0:00:01.210195185 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:419:release_buffer:[00m FTB GOOD
0:00:01.210532556 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:419:release_buffer:[00m FTB GOOD
19> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2133856268
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_ftb: Exiting:
omxproxy_fill_this_buffer:Entered..
omxproxy_ftb: Buffer Index of Match 5
omxproxy_ftb: pBufferHdr->pBuffer : 0x43a0df80, pBufferHdr->nFilledLen : 0
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2133856268
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_ftb: Exiting:
omxproxy_fill_this_buffer:Entered..
omxproxy_ftb: Buffer Index of Match 6
omxproxy_ftb: pBufferHdr->pBuffer : 0x43a3d580, pBufferHdr->nFilledLen : 0
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2133856268
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_ftb: Exiting:
omxproxy_fill_this_buffer:Entered..
omxproxy_ftb: Buffer Index of Match 7
omxproxy_ftb: pBufferHdr->pBuffer : 0x43a6cb80, pBufferHdr->nFilledLen : 0
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2133856268
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_ftb: Exiting:
omxproxy_fill_this_buffer:Entered..
omxproxy_ftb: Buffer Index of Match 8
omxproxy_ftb: pBufferHdr->pB0:00:01.210934741 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:419:release_buffer:[00m FTB GOOD
0:00:01.211286482 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:419:release_buffer:[00m FTB GOOD
0:00:01.211621741 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:419:release_buffer:[00m FTB GOOD
uffer : 0x43a9c180, pBufferHdr->nFilledLen : 0
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2133856268
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_ftb: Exiting:
omxproxy_fill_this_buffer:Entered..
omxproxy_ftb: Buffer Index of Match 9
omxproxy_ftb: pBufferHdr->pBuffer : 0x43acb780, pBufferHdr->nFilledLen : 0
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2133856268
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_ftb: Exiting:
omxproxy_fill_this_buffer:Entered..
omxproxy_ftb: Buffer Index of Match 10
omxproxy_ftb: pBufferHdr->pBuffer : 0x43afad80, pBufferHdr->nFilledLen : 0
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2133856268
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_ftb: Exiting:
omxproxy_fill_this_buffer:Entered..
omxproxy_ftb: Buffer Index of Match 11
omxproxy_ftb: pBufferHdr->pBuffer : 0x43b2a380, pBufferHdr->nFilledLen : 0
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2133856268
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @li0:00:01.212010741 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:419:release_buffer:[00m FTB GOOD
0:00:01.212065815 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:599:pad_chain:<omxh264dec0>[00m send codec data
0:00:01.212115000 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:904:g_omx_port_send:[00m Send PREP
0:00:01.212166074 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:906:g_omx_port_send:[00m Sent PREP
0:00:01.212208593 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:909:g_omx_port_send:[00m Release buf
0:00:01.212571556 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:911:g_omx_port_send:[00m Released buf
0:00:01.212629333 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:622:pad_chain:<omxh264dec0>[00m sending
0:00:01.212674408 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:904:g_omx_port_send:[00m Send PREP
0:00:01.212715408 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:494:send_prep_buffer_data:[00m Buffer data
0:00:01.212966815 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:906:g_omx_port_send:[00m Sent PREP
0:00:01.213011259 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:909:g_omx_port_send:[00m Release buf
0:00:01.213497075 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:911:g_omx_port_send:[00m Released buf
0:00:01.213559186 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:624:pad_chain:<omxh264dec0>[00m sent 5872
0:00:01.213619445 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:654:pad_chain:<omxh264dec0>[00m chain end
0:00:01.213833075 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:542:pad_chain:<omxh264dec0>[00m chain
0:00:01.213899482 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:622:pad_chain:<omxh264dec0>[00m sending
0:00:01.213946704 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:904:g_omx_port_send:[00m Send PREP
0:00:01.213987741 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:494:send_prep_buffer_data:[00m Buffer data
0:00:01.214150334 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:906:g_omx_port_send:[00m Sent PREP
0:00:01.214191741 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:909:g_omx_port_send:[00m Release buf
0:00:01.214644667 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:911:g_omx_port_send:[00m Released buf
0:00:01.214709593 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:624:pad_chain:<omxh264dec0>[00m sent 4311
0:00:01.214766852 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:654:pad_chain:<omxh264dec0>[00m chain end
0:00:01.214920334 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:542:pad_chain:<omxh264dec0>[00m chain
0:00:01.214977371 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:622:pad_chain:<omxh264dec0>[00m sending
0:00:01.215022556 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:904:g_omx_port_send:[00m Send PREP
0:00:01.215063149 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:494:send_prep_buffer_data:[00m Buffer data
0:00:01.215247852 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:906:g_omx_port_send:[00m Sent PREP
0:00:01.215288482 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:909:g_omx_port_send:[00m Release buf
ne<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_ftb: Exiting:
omxproxy_empty_this_buffer:Entered..
omxproxy_etb: Buffer Index of Match 0
omxproxy_etb: pBufferHdr->pBuffer : 0x439930a0, pBufferHdr->nFilledLen : 39
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2134904843
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_etb: Exiting:
omxproxy_empty_this_buffer:Entered..
omxproxy_etb: Buffer Index of Match 1
omxproxy_etb: pBufferHdr->pBuffer : 0x439a5ea0, pBufferHdr->nFilledLen : 5872
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2134904843
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_etb: Exiting:
omxproxy_empty_this_buffer:Entered..
omxproxy_etb: Buffer Index of Match 2
omxproxy_etb: pBufferHdr->pBuffer : 0x439b8ca0, pBufferHdr->nFilledLen : 4311
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2134904843
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_etb: Exiting:
omxproxy_empty_this_buffer:Entered..
omxproxy_etb: Buffer Index of Match 3
omxproxy_etb: pBufferHdr->pBuffer : 0x439cbaa0, pBufferHdr->nFilledLen : 4397
Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<117> msg<Before RcmClient_alloc>
Module<ti.omx> @<OmxRpc_rcmMsgAlloc> @line<119> msg<After RcmClient_alloc>
Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185>
Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141>
Rcm_Exec for fxnId:2134904843
Module<ti.omx> @<OmxRpc_rcmExec> @line<148> msg0:00:01.215791075 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_port.c:911:g_omx_port_send:[00m Released buf
0:00:01.215855445 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:624:pad_chain:<omxh264dec0>[00m sent 4397
0:00:01.215913445 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:654:pad_chain:<omxh264dec0>[00m chain end
0:00:01.216060408 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:542:pad_chain:<omxh264dec0>[00m chain
0:00:01.216117186 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:622:pad_chain:<omxh264dec0>[00m sending
<Before RcmClient_exec>
Module<ti.omx> @<OmxRpc_rcmExec> @line<150> msg<After RcmClient_exec>
result = 0
Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204>
Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
omxproxy_etb: Exiting:
Caught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
0:00:56.499139667 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:624:pad_chain:<omxh264dec0>[00m sent -1
0:00:56.499249074 [332m 763[00m 0x228c0 [31;01mERROR [00m [00m omx gstomx_base_filter.c:654:pad_chain:<omxh264dec0>[00m chain end
0:00:56.499390037 [332m 763[00m 0x10b230 [33;01mWARN [00m [00m omx gstomx_base_filter.c:463:output_loop:<omxh264dec0>[00m null buffer: leaving
0:00:56.499457111 [332m 763[00m 0x10b230 [31;01mERROR [00m [00m omx gstomx_base_filter.c:519:output_loop:<omxh264dec0>[00m OUT_LOOP pause wrong-state
0:00:56.499510148 [332m 763[00m 0x10b230 [31;01mERROR [00m [00m omx gstomx_base_filter.c:525:output_loop:<omxh264dec0>[00m OUT_LOOP end
/GstPipeline:pipeline0/GstOmxH264Dec:omxh264dec0.GstPad:src: caps = NULL
/GstPipeline:pipeline0/GstOmxH264Dec:omxh264dec0.GstPad:sink: caps = NULL
Segmentation fault