summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-06 19:24:06 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-06 19:24:56 +0200
commit19c8226c6dcf25d2d27485fc3acc2151b462ca6e (patch)
treef21985f3cfaca1299f246eff796ef09b22f65dfe
parente235c384f2aedf4363a3cd3d2a21464553aea429 (diff)
videomixer: Fix pipeline in the documentation
Make sure that we have the same color format on all streams, i.e. AYUV Fixes bug #625452.
-rw-r--r--gst/videomixer/videomixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videomixer/videomixer.c b/gst/videomixer/videomixer.c
index 337f5decf..00e843dfc 100644
--- a/gst/videomixer/videomixer.c
+++ b/gst/videomixer/videomixer.c
@@ -36,7 +36,7 @@
* <refsect2>
* <title>Sample pipelines</title>
* |[
- * gst-launch videotestsrc pattern=1 ! video/x-raw-yuv, framerate=\(fraction\)10/1, width=100, height=100 ! videobox border-alpha=0 alpha=0.5 top=-70 bottom=-70 right=-220 ! videomixer name=mix ! ffmpegcolorspace ! xvimagesink videotestsrc ! video/x-raw-yuv, framerate=\(fraction\)5/1, width=320, height=240 ! alpha alpha=0.7 ! mix.
+ * gst-launch videotestsrc pattern=1 ! video/x-raw-yuv,format=\(fourcc\)AYUV, framerate=\(fraction\)10/1, width=100, height=100 ! videobox border-alpha=0 alpha=0.5 top=-70 bottom=-70 right=-220 ! videomixer name=mix ! ffmpegcolorspace ! xvimagesink videotestsrc ! video/x-raw-yuv, format=\(fourcc\)AYUV, framerate=\(fraction\)5/1, width=320, height=240 ! alpha alpha=0.7 ! mix.
* ]| A pipeline to demonstrate videomixer used together with videobox.
* This should show a 320x240 pixels video test source with some transparency
* showing the background checker pattern. Another video test source with just