<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/17 JPM <span dir="ltr"><<a href="mailto:jpmelian@gmail.com" target="_blank">jpmelian@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div dir="ltr"><div>Hello,</div><div><br></div><div>I have installed in my PC Windows 7 64 bits, GStreamer SDK 2013.6 (Congo) for Windows 64 bits (Runtime) and Python 2.7.5 Windows X86-64 Installer.</div><div><br></div><div>



I am using PyGST and PyGTK included in Gstreamer SDK.</div><div><br></div><div>Always I add gtk.gdk.threads_init() in .py file a deadlock is produced. I have tested the same .py file in Ubuntu without any error. </div><div>



<br></div></div></blockquote><div>That's a known issue in windows, and you should try do all your call to gtk from the main thread.<br></div><div>Do not call to threads_init and don't enclose you call to gtk_main with gdk_threads_enter gdk_threads_leave. If you need for instance to retrieve the window id do it in the "realized" callback.<br>

</div><div>This tutorial will help you:<br><a href="http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+5%3A+GUI+toolkit+integration">http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+5%3A+GUI+toolkit+integration</a><br>

<br></div><div>Cheers,<br></div><div>Andoni<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div></div><div><br></div><div>
Could you help me ?. Thanks and best regards.</div>
</div>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Andoni Morales Alastruey<br><br>LongoMatch:The Digital Coach<br><a href="http://www.longomatch.ylatuya.es">http://www.longomatch.ylatuya.es</a>
</div></div>