discoverer: document that "finished" and "discovered" signals are only emitted in async mode

https://bugzilla.gnome.org/show_bug.cgi?id=660195
This commit is contained in:
Tim-Philipp Müller 2013-08-13 20:39:15 +01:00
parent 2cf8ac87aa
commit a34e0420b6

View file

@ -218,7 +218,7 @@ gst_discoverer_class_init (GstDiscovererClass * klass)
* GstDiscoverer::finished: * GstDiscoverer::finished:
* @discoverer: the #GstDiscoverer * @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] = gst_discoverer_signals[SIGNAL_FINISHED] =
g_signal_new ("finished", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST, 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 * free this #GError, it will be freed by
* the discoverer. * the discoverer.
* *
* Will be emitted when all information on a URI could be discovered, or * Will be emitted in async mode when all information on a URI could be
* an error ocurred. * discovered, or an error occurred.
* *
* When an error occurs, @info might still contain some partial information, * When an error occurs, @info might still contain some partial information,
* depending on the circumstances of the error. * depending on the circumstances of the error.