discoverer: document that "finished" and "discovered" signals are only emitted in...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 13 Aug 2013 19:39:15 +0000 (20:39 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 13 Aug 2013 19:40:47 +0000 (20:40 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=660195

gst-libs/gst/pbutils/gstdiscoverer.c

index 2427e08..419ea12 100644 (file)
@@ -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.