projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d687e2c
)
doc: fix pipeline typo in vaapipostproc
author
Stéphane Cerveau
<scerveau@collabora.com>
Mon, 6 Jan 2020 16:41:53 +0000
(17:41 +0100)
committer
Stéphane Cerveau
<scerveau@collabora.com>
Mon, 6 Jan 2020 16:41:53 +0000
(17:41 +0100)
gst/vaapi/gstvaapipostproc.c
patch
|
blob
|
history
diff --git
a/gst/vaapi/gstvaapipostproc.c
b/gst/vaapi/gstvaapipostproc.c
index d40f39951d4c84ea045ac4c4e5d20d97c64a58cc..d9d1561928823b28792b33f4079ed44c11435a0f 100644
(file)
--- 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
* ]|
*/