decodebin: Fix documentation of the autoplug-query signal

This commit is contained in:
Sebastian Dröge 2016-02-15 21:28:33 +02:00
parent 85f297d648
commit 6c2ee2853d

View file

@ -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