[gst-devel] Ouyt of Order Timestamps
Wes Miller
wmiller at sdr.com
Tue Jun 8 18:58:43 CEST 2010
I have a buffer probe on the src pad of a capsfilter. In the callback I
print out each buffer's timestamp. The data is demuxed from a matroska
contaner file and represents a recorded mjpeg
Here is a sample of the listing where x is a counter incremented as each new
frame is processed:
x = 1482 ---> 4237392448l
x = 1483 ---> 4269392448l
x = 1484 ---> 7425152l
x = 1485 ---> 40425152l
x = 1486 ---> 75425152l
x = 1487 ---> 208425152l
x = 1488 ---> 240425152l
x = 1489 ---> 274425152l
x = 1490 ---> 309425152l
Are the frames really this badly out of order? Are the timestamps reliable?
Is there a pipe element that I need to add after the demuxer to reorder the
frames?
Wes
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Ouyt-of-Order-Timestamps-tp2247716p2247716.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list