From 428b66cfae13a97a244aadbbfc98a68ae728fb52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Wed, 15 Jun 2022 12:56:13 +0200 Subject: [PATCH] docs: harness: Fix example Part-of: --- subprojects/gstreamer/libs/gst/check/gstharness.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); * ]| *