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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 21 14:52:16 PDT 2014


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

           Summary: bus: Missing API to remove a bus watch
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: linus.p.svensson at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When adding a bus watch, using gst_bus_add_watch(), to a non default main
context, there are no API to remove this watch. The only reference to this
watch is it's id returned by g_source_attach(). With an id it's only possible
to remove sources from the default main context.

I think an API should be exposed to make it possible to use the feature of
adding watches to something that is not the default main context, using
gst_bus_add_watch(). Or remove that possiblity.

-- 
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