Can I get a time code from video/x-raw?

Nicolas Dufresne nicolas at ndufresne.ca
Tue Nov 19 19:51:05 UTC 2019


Le mardi 19 novembre 2019 à 13:22 -0600, William a écrit :
> Say I have a steam set up like this:
> 
> gst-launch-1.0 filesrc location=whatever.ts ! tsdemux ! h246parse !
> avdec_264 ! my_sink_plugin
> 
> The stream going into tsdemux has PES packets which contain the video and
> the PES packets have a time code (Presentation Time Stamp).
> 
> The stream coming out of avdec_264 is of type video/x-raw.
> 
> It's really important that my_sink_plugin know the time code for each frame.
> Is that time information included in video/x-raw?

Time Code meta, as extracted by h264parse are supposes to be copied
back on to the raw frame during the decoding process.

Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20191119/d5731ebf/attachment.sig>


More information about the gstreamer-devel mailing list