mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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:
parent
2cf8ac87aa
commit
a34e0420b6
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue