mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
decodebin: Fix documentation of the autoplug-query signal
This commit is contained in:
parent
85f297d648
commit
6c2ee2853d
1 changed files with 1 additions and 2 deletions
|
@ -843,9 +843,8 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass)
|
||||||
/**
|
/**
|
||||||
* GstDecodeBin::autoplug-query:
|
* GstDecodeBin::autoplug-query:
|
||||||
* @bin: The decodebin.
|
* @bin: The decodebin.
|
||||||
* @child: The child element doing the query
|
|
||||||
* @pad: The #GstPad.
|
* @pad: The #GstPad.
|
||||||
* @element: The #GstElement.
|
* @child: The child element doing the query
|
||||||
* @query: The #GstQuery.
|
* @query: The #GstQuery.
|
||||||
*
|
*
|
||||||
* This signal is emitted whenever an autoplugged element that is
|
* This signal is emitted whenever an autoplugged element that is
|
||||||
|
|
Loading…
Reference in a new issue