diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-07-28 15:46:09 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-07-28 15:46:09 -0400 |
commit | 67e53e4adc4bfa4f02e9d80b00d3ab61bb3a7259 (patch) | |
tree | fd30d86f19b5ce5727cc58e0c78b8f65a23dedfc | |
parent | a30c4cf72167db556be2ecb05f1e49a3b68b5585 (diff) |
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.
-rw-r--r-- | libs/gst/check/gstharness.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gst/check/gstharness.c b/libs/gst/check/gstharness.c index 22418eac2..c8313b2b1 100644 --- a/libs/gst/check/gstharness.c +++ b/libs/gst/check/gstharness.c @@ -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 |