There are more appsink examples here:<br><br><a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/app">http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/app</a><br><br>
Rgds,<br><br clear="all">- PABLO -<br>
<br><br><div class="gmail_quote">On Sun, Mar 29, 2009 at 11:02 PM, Štěpán <span dir="ltr">&lt;<a href="mailto:stepan1117@atlas.cz">stepan1117@atlas.cz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello everyone,<br>
    I am trying to code get video frames from gstreamer pipeline, so I<br>
can do additional processing with them and draw each frame on screen via<br>
Irrlicht engine. I was able to do it using ffmpeg, but I am not able to<br>
get this done in gstreamer. The problem I am facing (and I am sure that<br>
this problem is very trivial) is that I cannot find a way how to get<br>
each (video)frame from gstreamer pipeline.<br>
Nevertheless, I found two ways, how this could be done. The first is use<br>
of appsink, and the second is to write my own (video)sink.<br>
Unfortunately, I was not able to do it in neither way, mainly due to the<br>
lack of example code, or my poor experience with gstreamer. So, my<br>
question is, which way should I go (use appsink, or extend (video)sink)<br>
and where to start with learning of how to accomplish this.<br>
    Thanks in advance,<br>
       Stepan<br>
<br>
------------------------------------------------------------------------------<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>