How to use appsrc & appsink

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

How to use appsrc & appsink

Jack-131
Hi,

gst-pugins-bad provide appsink & appsrc to allow the application to get
access to raw buffer

and feed buffers to a pipeline

example,  
http://webcvs.freedesktop.org/gstreamer/gst-plugins-bad/examples/app/appsrc_ex.c?view=markup

However I must copy gst-pugins-bad/gst-libs/gst/app/appsink.c
..appsource.c ..appbuffer.c to  my  source

In fact , there are not other ways , do not copy it or other ways
replace app ?



Jack
---
freshhoney

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How to use appsrc & appsink

Julien PUYDT
Jack a écrit :
> gst-pugins-bad provide appsink & appsrc to allow the application to get
> access to raw buffer

AFAIK, they're not really usable :
http://bugzilla.gnome.org/show_bug.cgi?id=413418

Snark on #gstreamer

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How to use appsrc & appsink

Jameswalter
In reply to this post by Jack-131
For those times when you need to stream data into or out of GStreamer through your application, GStreamer includes two helpful elements: appsink - Allows applications to easily extract data from a GStreamer pipeline. appsrc - Allows applications to easily stream data into a GStreamer pipeline.