From: Stéphane Cerveau Date: Mon, 6 Jan 2020 16:41:53 +0000 (+0100) Subject: doc: fix pipeline typo in vaapipostproc X-Git-Tag: 1.19.3~503^2~330 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cde7db1d36798c7dab16d0dc5790dc1cf81249f;p=platform%2Fupstream%2Fgstreamer.git doc: fix pipeline typo in vaapipostproc --- diff --git a/gst/vaapi/gstvaapipostproc.c b/gst/vaapi/gstvaapipostproc.c index d40f399..d9d1561 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 * ]| */