vpudec in gstreamer-1.0 is introducing latency of 2-4 sec

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

vpudec in gstreamer-1.0 is introducing latency of 2-4 sec

849 Views
harekrishnaroy
Contributor III

Hi All,

I am using below pipeline in my project.

gst-launch-1.0  filesrc location=/nexus4.ts  !  tsdemux ! vpudec ! overlaysink

and getting latency of 2-4 sec.

And when i am using below pipeline, then i am  getting negligible latency

gst-launch-1.0  filesrc location=/nexus4.ts  !  tsdemux !  h264parse ! avdec_h264 ! overlaysink

Only changes in above pipeline is, different video decoder.

So i am believing that vpudec is introducing latency. And reason could be, i am missing some property setting.

So what should i do in order to remove such a huge latency ?

Regards,

Hare

Labels (3)
0 Kudos
1 Reply

441 Views
igorpadykov
NXP Employee
NXP Employee

Hi Hare

please try suggestions given on

https://community.freescale.com/thread/323418

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos