From a34e0420b6c5baaaf4832dd3292e1e80da2fba19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 13 Aug 2013 20:39:15 +0100 Subject: [PATCH] discoverer: document that "finished" and "discovered" signals are only emitted in async mode https://bugzilla.gnome.org/show_bug.cgi?id=660195 --- gst-libs/gst/pbutils/gstdiscoverer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/pbutils/gstdiscoverer.c b/gst-libs/gst/pbutils/gstdiscoverer.c index 2427e080a4..419ea12f2f 100644 --- a/gst-libs/gst/pbutils/gstdiscoverer.c +++ b/gst-libs/gst/pbutils/gstdiscoverer.c @@ -218,7 +218,7 @@ gst_discoverer_class_init (GstDiscovererClass * klass) * GstDiscoverer::finished: * @discoverer: the #GstDiscoverer * - * Will be emitted when all pending URIs have been processed. + * Will be emitted in async mode when all pending URIs have been processed. */ gst_discoverer_signals[SIGNAL_FINISHED] = g_signal_new ("finished", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST, @@ -245,8 +245,8 @@ gst_discoverer_class_init (GstDiscovererClass * klass) * free this #GError, it will be freed by * the discoverer. * - * Will be emitted when all information on a URI could be discovered, or - * an error ocurred. + * Will be emitted in async mode when all information on a URI could be + * discovered, or an error occurred. * * When an error occurs, @info might still contain some partial information, * depending on the circumstances of the error.