How to parse the H264 data in gstbuffer?

Chetan Nanda chetannanda at gmail.com
Sun Aug 9 20:56:32 PDT 2015


On Sat, Aug 8, 2015 at 10:24 AM, san90 <sanilf1 at gmail.com> wrote:

> Can someone let me know how to parse the data that that is available in
> gstbuffer? (  [const] guint8 *data = GST_BUFFER_DATA(buffer) ). Also if it
> is a H264 stream, how do I parse the data or play it?
> I am pretty new to GStreamer and video in general, so feel free to correct
> me if there is something wrong with this question.
>

There is a H264 parser implementation in gstreamer
(gst-plugins-bad/gst/videoparsers/gsth264parse.c)
You may have a look at it implementation.


>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/How-to-parse-the-H264-data-in-gstbuffer-tp4673061.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


~Chetan Nanda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150810/79d1e874/attachment.html>


More information about the gstreamer-devel mailing list