mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
1881d1826a
commit
04581fad6a
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue