mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
docs: harness: Fix example
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2602>
This commit is contained in:
parent
f34ee92999
commit
428b66cfae
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
* ]|
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue