diff options
author | Linus Svensson <linusp.svensson@gmail.com> | 2014-08-19 23:28:52 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-10-14 10:31:18 +0200 |
commit | c8b512d2f0a468eba940bede3c7d9ce485a2176a (patch) | |
tree | 98e929fa55982cc61c6dbf973d835dbb224c05c6 /win32 | |
parent | 8bf0cbf4a89df8e6a71d79cc3232666f088886c1 (diff) |
bus: Add a function to remove a bus watch
If a bus watch is added to the non default main context it's not
possible to remove it using g_source_remove().
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=735195
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstreamer.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index b83293b46..99a15682b 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -206,6 +206,7 @@ EXPORTS gst_bus_pop_filtered gst_bus_post gst_bus_remove_signal_watch + gst_bus_remove_watch gst_bus_set_flushing gst_bus_set_sync_handler gst_bus_sync_reply_get_type |