summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2020-01-06 17:41:53 +0100
committerStéphane Cerveau <scerveau@collabora.com>2020-01-06 17:41:53 +0100
commit3cde7db1d36798c7dab16d0dc5790dc1cf81249f (patch)
treea22aa317edb6788eb3e8ac5cceac6175f7c15eac
parentd687e2cb786c5ad13e547d8e954cc3350b644432 (diff)
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 d40f3995..d9d15619 100644
--- a/gst/vaapi/gstvaapipostproc.c
+++ b/gst/vaapi/gstvaapipostproc.c
@@ -30,7 +30,7 @@
* ## Example launch line
*
* |[
- * 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
* ]|
*/