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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3337>
This commit is contained in:
Tim-Philipp Müller 2022-11-05 00:06:25 +00:00 committed by GStreamer Marge Bot
parent 1881d1826a
commit 04581fad6a

View file

@ -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.
*/