From 04581fad6ae80ae85622e448b8c96e770f4f4aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 5 Nov 2022 00:06:25 +0000 Subject: [PATCH] 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: --- subprojects/gstreamer/plugins/elements/gstidentity.c | 1 - 1 file changed, 1 deletion(-) diff --git a/subprojects/gstreamer/plugins/elements/gstidentity.c b/subprojects/gstreamer/plugins/elements/gstidentity.c index 9037c01102..ab577b7e62 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. */