[gst-devel] AV Sync for demuxed data
Sandeep Prakash
123sandy at gmail.com
Mon Sep 13 17:02:55 CEST 2010
Hi,
rpavithra.87 wrote:
>
> How to feed the codec private data to h264parse? Currently i am having a
> caps filter in between decoder and appsrc. And i am setting the codec
> private data as part of the caps.
>
h264parse expects the codec private data as "codec_data" which should be
part of the caps. Unless the stream is a bytestream in which case the
codec_data might be part of the 1st frame, codec_data is compulsory as part
of the caps. Plz refer any of the standard demuxers/parser on how they
construct this codec_data. There is a format that need to be followed for
codec_data (In h264 case). You can start of here:
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst/h264parse/gsth264parse.c#n1115
Regards,
Sandeep Prakash
http://sandeepprakash.homeip.net
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/AV-Sync-for-demuxed-data-tp2536913p2537595.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list