Adding 'queue' element is changing behaviour

Baby Octopus jagadishkamathk at gmail.com
Fri Nov 7 07:49:57 PST 2014


Hi,

I have a pipeline in which adding queue element is changing timestamp
behaviour

*gst-launch-1.0 filesrc location=~/odt_02.ts ! tsdemux ! video/mpeg !
checksumsink* is giving proper timestamps as
PTS: 0:00:00.789831371  DTS: 0:00:00.669831371
PTS: 0:00:01.269831371  DTS: 0:00:01.149831371
PTS: 0:00:01.749831371  DTS: 0:00:01.629831371


But *gst-launch-1.0 filesrc location=~/odt_02.ts ! queue ! tsdemux !
video/mpeg ! checksumsink* is giving 
PTS: 99:99:99.999999999  DTS: 99:99:99.999999999
PTS: 99:99:99.999999999  DTS: 99:99:99.999999999
PTS: 99:99:99.999999999  DTS: 99:99:99.999999999

Can someone tell me what might be leading to such a behaviour?

Many thanks

~BO






--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Adding-queue-element-is-changing-behaviour-tp4669435.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list