how to dump GstBuffer timestamps

Jan Schmidt thaytan at noraisin.net
Sat Feb 7 04:24:23 PST 2015


On 07/02/15 10:52, frankw wrote:
> Hi,

Hi,

>
> I am in the middle of debugging some gstreamer pipeline and need to know how
> each element in the pipeline is handling the timestamps (PTS/DTS/Duration
> for each GstBuffer being passed by). For example, some may copy timestamps
> from in to out, some may choose to re-stamp the buffers, etc...
>
> My question is: from the gst-launch-1.0 utility, is there a way to dump the
> GstBuffer timestamps at the output of each elements? Either from console
> prints, or dumping to debug/log files should be fine.

You can put an 'identity silent=false' in the pipeline, and use 
gst-launch-1.0 -v for verbose output of all traffic passing that point.

Cheers,
Jan.

>
> Appreciated,
> Frank
>
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/how-to-dump-GstBuffer-timestamps-tp4670636.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>


More information about the gstreamer-devel mailing list