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:
|
* 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.
|
||||||
|
|
Loading…
Reference in a new issue