Hi,<br><br>This is possible. (you will need the head of git/gst-gl)<br>You have to share the contexts together.<br><br>Take a look at the 3 examples:<br><br>gst-plugins-gl/tests/examples/qt/qglwtextureshare/<br>gst-plugins-gl/tests/examples/clutter/cluttershare.c<br>
gst-plugins-gl/tests/examples/sdlshare.c<br><br>Julien<br><br><br><div class="gmail_quote">2010/3/4 Babineau, Denis <span dir="ltr">&lt;<a href="mailto:Denis.Babineau@gtech.com">Denis.Babineau@gtech.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 link="blue" vlink="purple" lang="EN-US">

<div>

<p class="MsoNormal">Hi, I’m using the opengl plugin to upload video to a
texture but I’m having problems rendering it from my application’s
main thread. I have an existing opengl application to which I want to add a
video to texture a 3d elements but the plugin seems to render to its own
context in its own thread. I want to be able to render the texture from my own
main thread. How would I go about doing that with this plugin, is it possible?
I tried playing with the callbacks in the glimagesink element but since the
callbacks are called from a gstreamer thread, I cannot use the texture in my
thread’s context.</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">Thanks</p>

<p class="MsoNormal">Denis</p>

</div>

<pre>CONFIDENTIALITY NOTICE: The contents of this email are confidential
and for the exclusive use of the intended recipient. If you receive this
email in error, please delete it from your system immediately and 
notify us either by email, telephone or fax. You should not copy,
forward, or otherwise disclose the content of the email.
</pre></div>


<br>------------------------------------------------------------------------------<br>
Download Intel&amp;#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</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>
<br></blockquote></div><br>