have you checked that the sdlshare or cluttershare examples are working on your win32 environment ?<br>(works on mine)<br><br><br><div class="gmail_quote">2009/11/4 Andrey Nechypurenko <span dir="ltr">&lt;<a href="mailto:andreynech@yahoo.com">andreynech@yahoo.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;&gt;&gt;&gt; set GST_GL_WINDOW_DEBUG=1<br>
<br>
&gt;&gt;&gt;&gt; before launching the pipeline, it should output some debug<br>
&gt;&gt;&gt;&gt; informations about<br>
&gt;&gt;&gt;&gt; success or failure when sharing gl contexts.<br>
&gt;&gt;<br>
&gt;&gt;Sorry for such a question, but where this output goes on<br>
&gt;&gt;Windows? I do not see anything neither in console nor in MSVC<br>
&gt;&gt;output window where debug messages are usually printed. Or maybe<br>
&gt;&gt;it is because I am using &quot;release&quot; version of gstreamer DLLs?<br>
&gt;<br>
&gt;open a console then just type:  set GST_GL_WINDOW_DEBUG=1<br>
&gt;(as you can also do: set GST_DEBUG=gldisplay:3<br>
&gt;and<br>
&gt;set GST_GL_SHADER_DEBUG=1)<br>
&gt;then enter your pipeline as usually.<br>
&gt;<br>
&gt; Hmm... My self-compiled gst-launch actually generates debug<br>
&gt; output, but my GUI application not.<br>
<br>
</div>Adding CONFIG += console in .pro file got back the stdout. So now I<br>
can see the following messages:<br>
<br>
GstGLWindow-DEBUG: WM_CREATE<br>
GstGLWindow-DEBUG: gl context created: 196608d<br>
GstGLWindow-DEBUG: failed to share opengl context 196608d with 65537d<br>
GstGLWindow-DEBUG: gl window created: 330264d<br>
GstGLWindow-DEBUG: begin loop<br>
<br>
So it seams like the problem is really with context sharing on Windows.<br>
<div><div></div><div class="h5"><br>
<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>
</div></div></blockquote></div><br>