Hi<br><br>Refer to <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-identity.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-identity.html</a><br>
<br>and to <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-data-spoof.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-data-spoof.html</a><br><br>The thing that you are talking about is &quot;grab data from the pipeline to your app&quot;.<br>
<br>You can take example from the identity element there: (the signal_handoff property)<br><a href="http://webcvs.freedesktop.org/gstreamer/gstreamer/plugins/elements/gstidentity.c?revision=1.124&amp;view=markup">http://webcvs.freedesktop.org/gstreamer/gstreamer/plugins/elements/gstidentity.c?revision=1.124&amp;view=markup</a><br>
<br>Sincerely<br><br>Julien<br><br><br><br><div><span class="gmail_quote">2008/4/14, AlannY &lt;<a href="mailto:alanny@starlink.ru">alanny@starlink.ru</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m writting an app and GStreamer plugin. Plugin reads data and<br> *attention* pass data to my application. So, I have a one question: how<br> to transmit data from my plugin to my app?<br> <br> I mean, i have a _chain() function in plugin and some GstBuffer in it. I<br>
 want to tell my application (which already runs and loaded plugin) to do<br> some things with that GstBuffer. Which way is best? To use GLib<br> properties, or may be you already have a better way?<br> <br> If you can&#39;t understand my english - just skip this letter ;-) Thank you.<br>
 <br> -------------------------------------------------------------------------<br> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference<br> Don&#39;t miss this year&#39;s exciting event. There&#39;s still time to save $100.<br>
 Use priority code J8TL2D2.<br> <a href="http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone">http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone</a><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">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
 </blockquote></div><br>