doc: fix pipeline typo in vaapipostproc

This commit is contained in:
Stéphane Cerveau 2020-01-06 17:41:53 +01:00
parent d687e2cb78
commit 3cde7db1d3

View 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
* ]|
*/