tsdemux(of version 0.10.23) : new segment event problem

ShivaKumar shivakumar.mudugal at gmail.com
Tue Mar 4 03:36:24 PST 2014


Lets say "x" is the pts of first video packet, so it has to be rendered at
the corresponding running time of the decoding pipeline's clock.

If you use pts of first audio packet(which has come early than the first
video with pts early by around ~35ms, which is my case) to calculate the
running time of first video packet, then you are actually postponing the
final pts of video by ~35ms. 

 This goes like this 

 ( x - (x-~35ms)) + base_time

  ~35ms + base_time 

Then here also there is chance of a/v going out of sync. Am I right ..





--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/tsdemux-of-version-0-10-23-new-segment-event-problem-tp4665712p4665723.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list