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"><<a href="mailto:andreynech@yahoo.com">andreynech@yahoo.com</a>></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">>>>> set GST_GL_WINDOW_DEBUG=1<br>
<br>
>>>> before launching the pipeline, it should output some debug<br>
>>>> informations about<br>
>>>> success or failure when sharing gl contexts.<br>
>><br>
>>Sorry for such a question, but where this output goes on<br>
>>Windows? I do not see anything neither in console nor in MSVC<br>
>>output window where debug messages are usually printed. Or maybe<br>
>>it is because I am using "release" version of gstreamer DLLs?<br>
><br>
>open a console then just type: set GST_GL_WINDOW_DEBUG=1<br>
>(as you can also do: set GST_DEBUG=gldisplay:3<br>
>and<br>
>set GST_GL_SHADER_DEBUG=1)<br>
>then enter your pipeline as usually.<br>
><br>
> Hmm... My self-compiled gst-launch actually generates debug<br>
> 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'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>