From: Sebastian Dröge Date: Tue, 21 Sep 2010 17:14:40 +0000 (+0200) Subject: shapewipe: Force format to AYUV in the example pipeline for the same reason X-Git-Tag: 1.19.3~509^2~8111 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72b7685befbae6b3fe84fb8c2e41e5a28ef90d28;p=platform%2Fupstream%2Fgstreamer.git shapewipe: Force format to AYUV in the example pipeline for the same reason --- diff --git a/gst/shapewipe/gstshapewipe.c b/gst/shapewipe/gstshapewipe.c index 0b7c253..49e0736 100644 --- a/gst/shapewipe/gstshapewipe.c +++ b/gst/shapewipe/gstshapewipe.c @@ -32,7 +32,7 @@ * * Example launch line * |[ - * gst-launch -v videotestsrc ! video/x-raw-yuv,width=640,height=480 ! shapewipe position=0.5 name=shape ! videomixer name=mixer ! ffmpegcolorspace ! autovideosink filesrc location=mask.png ! typefind ! decodebin2 ! ffmpegcolorspace ! videoscale ! queue ! shape.mask_sink videotestsrc pattern=snow ! video/x-raw-yuv,width=640,height=480 ! queue ! mixer. + * gst-launch -v videotestsrc ! video/x-raw-yuv,format=(fourcc)AYUV,width=640,height=480 ! shapewipe position=0.5 name=shape ! videomixer name=mixer ! ffmpegcolorspace ! autovideosink filesrc location=mask.png ! typefind ! decodebin2 ! ffmpegcolorspace ! videoscale ! queue ! shape.mask_sink videotestsrc pattern=snow ! video/x-raw-yuv,format=(fourcc)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. * */