From 6c2ee2853d6b766bac20a6628948524a7e0cf8d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 15 Feb 2016 21:28:33 +0200 Subject: [PATCH] decodebin: Fix documentation of the autoplug-query signal --- gst/playback/gstdecodebin2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/playback/gstdecodebin2.c b/gst/playback/gstdecodebin2.c index e97cf2a..73d835d 100644 --- a/gst/playback/gstdecodebin2.c +++ b/gst/playback/gstdecodebin2.c @@ -843,9 +843,8 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) /** * GstDecodeBin::autoplug-query: * @bin: The decodebin. - * @child: The child element doing the query * @pad: The #GstPad. - * @element: The #GstElement. + * @child: The child element doing the query * @query: The #GstQuery. * * This signal is emitted whenever an autoplugged element that is -- 2.7.4