and the test ...<br><br><div class="gmail_quote">2009/6/2 Julien Isorce <span dir="ltr">&lt;<a href="mailto:julien.isorce@gmail.com">julien.isorce@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;">
Hi,<br><br>I join to this mail a minimal test that reproduce a problem.<br>The &quot;end of stream&quot; event is not handled by the bus_call callback,<br>when not using the default GMainContext.<br>I mean, I am doing :<br>

<br>--------------------------<br>context = g_main_context_new ();<br>loop = g_main_loop_new (context, FALSE);<br>g_main_context_unref (context);<br><br>instead of :<br><br>loop = g_main_loop_new (NULL, FALSE);<br>----------------------------<br>

<br>Compiled with: gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) main.c -o main<br><br>(note that this is a minimal test, actually I am in a case where I have several GMainLoop and with a different GMainContext for each loop)<br>

<br>Is it a gstreamer restriction (or bug) or I am using glib in a wrong way ?<br><br>Sincerely<br><font color="#888888"><br>Julien<br><br><br>
</font></blockquote></div><br>