[gst-devel] When not using the default GMainContext
Julien Isorce
julien.isorce at gmail.com
Tue Jun 2 12:27:53 CEST 2009
Hi,
I join to this mail a minimal test that reproduce a problem.
The "end of stream" event is not handled by the bus_call callback,
when not using the default GMainContext.
I mean, I am doing :
--------------------------
context = g_main_context_new ();
loop = g_main_loop_new (context, FALSE);
g_main_context_unref (context);
instead of :
loop = g_main_loop_new (NULL, FALSE);
----------------------------
Compiled with: gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) main.c
-o main
(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)
Is it a gstreamer restriction (or bug) or I am using glib in a wrong way ?
Sincerely
Julien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090602/b6bc69c8/attachment.htm>
More information about the gstreamer-devel
mailing list