Thank you so much for your help, Florent. It is much appreciated.I will take a deep look at the documentation you provided to me.<br><br>Best regards,<br>Javi<br><br><br><br><div class="gmail_quote">2009/3/6 Florent <span dir="ltr">&lt;<a href="mailto:fthiery@gmail.com">fthiery@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">&gt; I would like to know how to embed the GStreamer video output in a GUI, so,<br>

&gt; as I am not an expert in neither of the two frameworks, I would like you to<br>
&gt; help me in this issue. Once I get some clues I will study the<br>
&gt; technologies/frameworks to be used.<br>
<br>
</div>Hi Javier,<br>
<br>
For GUI integration, you might want to take a look at primarily<br>
gobject-based technologies, such as GTK, clutter or pigment.<br>
<div class="im"><br>
&gt; Which GUI framework for the Linux environment is the better/most usually<br>
&gt; used to embed GStreamer in? What I need is a sort of media player, so I have<br>
&gt; to embed the video frame. Is there any tutorial or sample code so I can get<br>
&gt; an idea of how to do it?<br>
<br>
</div>You may want to take a look at the following:<br>
* for gtk (the most widely used GUI framework for gstreamer apps like<br>
Totem), check out the vumeter example<br>
(./gst-python/examples/switch.py) in the git/cvs repos. Not a pure<br>
video displaying example, but a starting point<br>
* for clutter, check out [1] or [2] (decodebin-powered media player example)<br>
* for pigment, check out [3]<br>
<br>
[1] <a href="http://git.clutter-project.org/cgit.cgi?url=bindings/pyclutter/tree/examples/videosink.py&amp;h=pyclutter-0-8" target="_blank">http://git.clutter-project.org/cgit.cgi?url=bindings/pyclutter/tree/examples/videosink.py&amp;h=pyclutter-0-8</a><br>

[2] <a href="http://candies.ubicast.eu/trac.cgi/browser/trunk/tests/test_video.py" target="_blank">http://candies.ubicast.eu/trac.cgi/browser/trunk/tests/test_video.py</a><br>
[3] <a href="https://code.fluendo.com/pigment/trac/browser/branches/pigment-python-widgets/examples/video.py?rev=1287" target="_blank">https://code.fluendo.com/pigment/trac/browser/branches/pigment-python-widgets/examples/video.py?rev=1287</a><br>

<br>
Cheers<br>
<br>
FLo<br>
<br>
------------------------------------------------------------------------------<br>
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
-Strategies to boost innovation and cut costs with open source participation<br>
-Receive a $600 discount off the registration fee with the source code: SFAD<br>
<a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</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" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>