doc: fix pipeline typo in vaapipostproc
authorStéphane Cerveau <scerveau@collabora.com>
Mon, 6 Jan 2020 16:41:53 +0000 (17:41 +0100)
committerStéphane Cerveau <scerveau@collabora.com>
Mon, 6 Jan 2020 16:41:53 +0000 (17:41 +0100)
gst/vaapi/gstvaapipostproc.c

index d40f399..d9d1561 100644 (file)
@@ -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
  * ]|
  */