docs: harness: Fix example

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2602>
This commit is contained in:
Víctor Manuel Jáquez Leal 2022-06-15 12:56:13 +02:00
parent f34ee92999
commit 428b66cfae

View file

@ -105,7 +105,7 @@
* with different configurations, by simply doing:
*
* |[<!-- language="C" -->
* 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);
* ]|
*