[Bug 735195] bus: Missing API to remove a bus watch

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 21 19:15:05 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735195
  GStreamer | gstreamer (core) | git

--- Comment #8 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2014-08-22 02:14:59 UTC ---
In GLib, all of the thing that add a GSource to a mainloop and return a id all
deal with the global default main loop (_idle_add, g_timeout_add, etc). They
all ignore the thread local main loop. In GIO, to add to a specific main loop,
a _create_source() function is used and the GSource is manipulated directly.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list