summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2020-01-06 17:41:53 +0100
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-01-09 13:39:10 +0100
commitdaf55f00fa63bd8d9f90766ec006e8515c030a2d (patch)
treec37a256f5582511865dfa4b4bc29c9e8abe4a7da
parent5f31559107fa308263c5cbcc4546fb029feee428 (diff)
downloadgstreamer-vaapi-daf55f00fa63bd8d9f90766ec006e8515c030a2d.tar.gz
doc: fix pipeline typo in vaapipostproc
-rw-r--r--gst/vaapi/gstvaapipostproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapipostproc.c b/gst/vaapi/gstvaapipostproc.c
index fe0e31aa..9f32f33c 100644
--- a/gst/vaapi/gstvaapipostproc.c
+++ b/gst/vaapi/gstvaapipostproc.c
@@ -30,7 +30,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch-1.0 videotestsrc ! vaapipostproc ! video/x-raw width=1920, height=1080 ! vaapisink
+ * gst-launch-1.0 videotestsrc ! vaapipostproc ! video/x-raw, width=1920, height=1080 ! vaapisink
* ]|
* </refsect2>
*/