diff --git a/subprojects/gstreamer/libs/gst/check/gstharness.c b/subprojects/gstreamer/libs/gst/check/gstharness.c index fc1ab0dafe..1d0f2976ae 100644 --- a/subprojects/gstreamer/libs/gst/check/gstharness.c +++ b/subprojects/gstreamer/libs/gst/check/gstharness.c @@ -105,7 +105,7 @@ * with different configurations, by simply doing: * * |[ - * GstHarness * h = gst_harness_new (h, "vp8dec"); + * GstHarness * h = gst_harness_new ("vp8dec"); * gst_harness_add_src_parse (h, "videotestsrc is-live=1 ! vp8enc", TRUE); * ]| *