appsink example

Brendan Long self at brendanlong.com
Tue Jul 2 08:27:37 PDT 2013


On 07/02/2013 07:27 AM, jyoti kulkarni wrote:
> gst-launch udpsrc uri=udp://10.99.26.94:5000 <http://10.99.26.94:5000>
> <video caps> ! rtph264depay ! appsink
>
I don't think you can use an appsink in gst-launch. You'll need to write
your pipeline in a normal language like C/C++/Python/whatever.

To get data from an appsink, you can set "emit-signals" and then
"pull-sample" every time the "new-sample" signal gets emitted.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130702/0bb046db/attachment.html>


More information about the gstreamer-devel mailing list