From: Tim-Philipp Müller Date: Tue, 26 Jun 2012 17:22:33 +0000 (+0100) Subject: Revert "bus: skip gst_bus_create_watch as GSource is not introspectable" X-Git-Tag: RELEASE-0.11.93~240 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cb9ad013af770bfd48f376c2a5875cecc93676d;p=platform%2Fupstream%2Fgstreamer.git Revert "bus: skip gst_bus_create_watch as GSource is not introspectable" This reverts commit 930e36a89bc5c2a0f2e4ab7a73bfa630c1e0336a. This shouldn't have been pushed, since GSource is now handled (https://bugzilla.gnome.org/show_bug.cgi?id=657725) --- diff --git a/gst/gstbus.c b/gst/gstbus.c index 4bdb24f..1a82f54 100644 --- a/gst/gstbus.c +++ b/gst/gstbus.c @@ -817,7 +817,7 @@ static GSourceFuncs gst_bus_source_funcs = { }; /** - * gst_bus_create_watch: (skip) + * gst_bus_create_watch: * @bus: a #GstBus to create the watch for * * Create watch for this bus. The GSource will be dispatched whenever