mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
doc/gstharness: Remove unknown parameter
sink_elenment_name is not a parameter of gst_harness_add_sink_harness() function, but still it show up in documentation.
This commit is contained in:
parent
a30c4cf721
commit
67e53e4adc
1 changed files with 0 additions and 1 deletions
|
@ -2137,7 +2137,6 @@ forward_sticky_events (GstPad * pad, GstEvent ** ev, gpointer user_data)
|
|||
* gst_harness_add_sink_harness:
|
||||
* @h: a #GstHarness
|
||||
* @sink_harness: (transfer full): a #GstHarness to be added as a sink-harness.
|
||||
* @sink_element_name: a #gchar with the name of a #GstElement
|
||||
*
|
||||
* Similar to gst_harness_add_src, this allows you to send the data coming out
|
||||
* of your harnessed #GstElement to a sink-element, allowing to test different
|
||||
|
|
Loading…
Reference in a new issue