Get data from GstBuffer struct

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Get data from GstBuffer struct

Aaron
Hi,everyone!

    I want to get video data from the GstBuffer struct and i look at  the GstBuffer Reference ,but do not  find  which function can do this. So what should i do to get only video data from the GstBuffer struct? Thank you very much!
   Br.

   Aaron
Reply | Threaded
Open this post in threaded view
|

Re: Get data from GstBuffer struct

Tim-Philipp Müller-2
On Fri, 2012-06-29 at 03:35 -0700, Aaron wrote:

Hi Aaron,

>     I want to get video data from the GstBuffer struct and i look at  the
> GstBuffer Reference ,but do not  find  which function can do this. So what
> should i do to get only video data from the GstBuffer struct? Thank you very
> much!

In 0.10:

  [const] guint8 *data = GST_BUFFER_DATA(buffer)
  guint size = GST_BUFFER_SIZE(buffer)

Cheers
 -Tim


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel