From 59c2f459de57acb99aa4582c11bb28ba3ebe257e Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Thu, 9 May 2013 22:13:51 -0400 Subject: [PATCH] shapewipe: Fix sample pipeline in documentation https://bugzilla.gnome.org/show_bug.cgi?id=700044 --- gst/shapewipe/gstshapewipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/shapewipe/gstshapewipe.c b/gst/shapewipe/gstshapewipe.c index 8c8ad00..94d91cd 100644 --- a/gst/shapewipe/gstshapewipe.c +++ b/gst/shapewipe/gstshapewipe.c @@ -32,7 +32,7 @@ * * Example launch line * |[ - * gst-launch-1.0 -v videotestsrc ! video/x-raw,format=(string)AYUV,width=640,height=480 ! shapewipe position=0.5 name=shape ! videomixer name=mixer ! videoconvert ! autovideosink filesrc location=mask.png ! typefind ! decodebin2 ! videoconvert ! videoscale ! queue ! shape.mask_sink videotestsrc pattern=snow ! video/x-raw,format=(string)AYUV,width=640,height=480 ! queue ! mixer. + * gst-launch-1.0 -v videotestsrc ! video/x-raw,format=AYUV,width=640,height=480 ! shapewipe position=0.5 name=shape ! videomixer name=mixer ! videoconvert ! autovideosink filesrc location=mask.png ! typefind ! decodebin ! videoconvert ! videoscale ! queue ! shape.mask_sink videotestsrc pattern=snow ! video/x-raw,format=AYUV,width=640,height=480 ! queue ! mixer. * ]| This pipeline adds the transition from mask.png with position 0.5 to an SMPTE test screen and snow. * */ -- 2.7.4