I am a newbie to gstreamer API. I managed to use gst libs slowly but now for my project I need to print out frame level timestamps for the H.264 video. The gstreamer pipeline command I am using is attached with the question. I tried silent-identity=false, -verbose mode but I get too much info. I just want the frame level timestamps enabled and then dump into a file. Any suggestions would be great and much appreciated.
This is the command I am using for gstreamer
gst-launch-1.0 -v \ filesrc location=$fname ! qtdemux name=mdemux ! tee name=t t. !
queue max-size-bytes=4294967295 max-size-buffers=4294967295 max-size-time=18446744073709551615 !
h264parse ! video/x-h264,stream-format=byte-stream ! queue !
rtph264pay config-interval=1 ! udpsink host=$host port=$port \