From: Tim-Philipp Müller Date: Sat, 5 Nov 2022 00:06:25 +0000 (+0000) Subject: identity: fix "handoff" signal docs X-Git-Tag: 1.22.0~567 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04581fad6ae80ae85622e448b8c96e770f4f4aa0;p=platform%2Fupstream%2Fgstreamer.git identity: fix "handoff" signal docs The docs list an extra pad argument, which doesn't match the actual signal function signature. Probably a copy'n'paste mistake when copying things from fakesink. Fixes #1546 Part-of: --- diff --git a/subprojects/gstreamer/plugins/elements/gstidentity.c b/subprojects/gstreamer/plugins/elements/gstidentity.c index 9037c01..ab577b7 100644 --- a/subprojects/gstreamer/plugins/elements/gstidentity.c +++ b/subprojects/gstreamer/plugins/elements/gstidentity.c @@ -262,7 +262,6 @@ gst_identity_class_init (GstIdentityClass * klass) * GstIdentity::handoff: * @identity: the identity instance * @buffer: the buffer that just has been received - * @pad: the pad that received it * * This signal gets emitted before passing the buffer downstream. */