Hi,<br><br>Look at <br><br>gst-plugins-gl/tests/examples/qt/mousexoverlay<br>and<br>gst-plugins-gl/tests/examples/qt/qglwtextureshare<br><br>If you do not want to use Qt then look at the other examples.<br><br>Sincerely<br>
Julien<br><br><div class="gmail_quote">2009/11/5 Antar3s <span dir="ltr">&lt;<a href="mailto:antares85@gmail.com">antares85@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;">
<br>
Hi all,<br>
I&#39;m trying to develop a opengl application that uses Gstreamer to show a<br>
video in his context.<br>
But it&#39;s not all.<br>
I read some other thread on this topic, but the difference in my work is<br>
that I need to handle xevents.<br>
My application uses user&#39;s input to switch the opengl context.<br>
for an easy example:<br>
i have an opengl cube that i can rotate with mouse and i have to render the<br>
result of a gstreamer pipeline.<br>
Now i&#39;m thinking about 2 ways:<br>
1) is to use glupload &quot;external-opengl-context&quot; to link both context<br>
2) to use a fake sink and its handoff call to pass the buffers to the<br>
texture handler of my opengl app<br>
<br>
one other way could be to write/rewrite a gst-gl-plugin, but i&#39;m a newbie in<br>
gstreamer and opengl (i&#39;m working on them from 2 months), so i prefer an<br>
easier way if is it possible.<br>
So i need some tips to find the best way to reach my goal:-)<br>
<br>
i&#39;m working on ubuntu 8.10 with mesa7.2 and Xwindow and i&#39;m programming in<br>
C/C++<br>
<br>
Thanks in advance to all!<br>
--<br>
View this message in context: <a href="http://old.nabble.com/Gstreamer-opengl-and-Xevent-tp26209417p26209417.html" target="_blank">http://old.nabble.com/Gstreamer-opengl-and-Xevent-tp26209417p26209417.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<br>
trial. Simplify your report design, integration and deployment - and focus on<br>
what you do best, core application coding. Discover what&#39;s new with<br>
Crystal Reports now.  <a href="http://p.sf.net/sfu/bobj-july" target="_blank">http://p.sf.net/sfu/bobj-july</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>