From 58003154470e1cf2d3e869c0b9fea33c17b707b1 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Wed, 16 May 2012 17:50:43 +0100 Subject: [PATCH] gaudieffects: example pipelines with videoconvert --- gst/gaudieffects/gstburn.c | 2 +- gst/gaudieffects/gstchromium.c | 2 +- gst/gaudieffects/gstdilate.c | 2 +- gst/gaudieffects/gstdodge.c | 2 +- gst/gaudieffects/gstexclusion.c | 2 +- gst/gaudieffects/gstgaussblur.c | 2 +- gst/gaudieffects/gstsolarize.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gst/gaudieffects/gstburn.c b/gst/gaudieffects/gstburn.c index c7950eecf1..02d03e7f8a 100644 --- a/gst/gaudieffects/gstburn.c +++ b/gst/gaudieffects/gstburn.c @@ -52,7 +52,7 @@ * * Example launch line * |[ - * gst-launch -v videotestsrc ! burn ! ffmpegcolorspace ! autovideosink + * gst-launch -v videotestsrc ! burn ! videoconvert ! autovideosink * ]| This pipeline shows the effect of burn on a test stream * */ diff --git a/gst/gaudieffects/gstchromium.c b/gst/gaudieffects/gstchromium.c index 68590ed6ee..3beae6a56d 100644 --- a/gst/gaudieffects/gstchromium.c +++ b/gst/gaudieffects/gstchromium.c @@ -52,7 +52,7 @@ * * Example launch line * |[ - * gst-launch -v videotestsrc ! chromium ! ffmpegcolorspace ! autovideosink + * gst-launch -v videotestsrc ! chromium ! videoconvert ! autovideosink * ]| This pipeline shows the effect of chromium on a test stream * */ diff --git a/gst/gaudieffects/gstdilate.c b/gst/gaudieffects/gstdilate.c index 51602d58d6..28f107cb75 100644 --- a/gst/gaudieffects/gstdilate.c +++ b/gst/gaudieffects/gstdilate.c @@ -52,7 +52,7 @@ * * Example launch line * |[ - * gst-launch -v videotestsrc ! dilate ! ffmpegcolorspace ! autovideosink + * gst-launch -v videotestsrc ! dilate ! videoconvert ! autovideosink * ]| This pipeline shows the effect of dilate on a test stream * */ diff --git a/gst/gaudieffects/gstdodge.c b/gst/gaudieffects/gstdodge.c index 41cac51bad..062ea6809b 100644 --- a/gst/gaudieffects/gstdodge.c +++ b/gst/gaudieffects/gstdodge.c @@ -52,7 +52,7 @@ * * Example launch line * |[ - * gst-launch -v videotestsrc ! dodge ! ffmpegcolorspace ! autovideosink + * gst-launch -v videotestsrc ! dodge ! videoconvert ! autovideosink * ]| This pipeline shows the effect of dodge on a test stream * */ diff --git a/gst/gaudieffects/gstexclusion.c b/gst/gaudieffects/gstexclusion.c index b5ac806547..1c37311c8b 100644 --- a/gst/gaudieffects/gstexclusion.c +++ b/gst/gaudieffects/gstexclusion.c @@ -52,7 +52,7 @@ * * Example launch line * |[ - * gst-launch -v videotestsrc ! exclusion ! ffmpegcolorspace ! autovideosink + * gst-launch -v videotestsrc ! exclusion ! videoconvert ! autovideosink * ]| This pipeline shows the effect of exclusion on a test stream * */ diff --git a/gst/gaudieffects/gstgaussblur.c b/gst/gaudieffects/gstgaussblur.c index b53da3a85a..698bc9ea53 100644 --- a/gst/gaudieffects/gstgaussblur.c +++ b/gst/gaudieffects/gstgaussblur.c @@ -53,7 +53,7 @@ * * Example launch line * |[ - * gst-launch -v videotestsrc ! gaussianblur ! ffmpegcolorspace ! autovideosink + * gst-launch -v videotestsrc ! gaussianblur ! videoconvert ! autovideosink * ]| This pipeline shows the effect of gaussianblur on a test stream * */ diff --git a/gst/gaudieffects/gstsolarize.c b/gst/gaudieffects/gstsolarize.c index 087e0a7d0a..5ee4c2a418 100644 --- a/gst/gaudieffects/gstsolarize.c +++ b/gst/gaudieffects/gstsolarize.c @@ -52,7 +52,7 @@ * * Example launch line * |[ - * gst-launch -v videotestsrc ! solarize ! ffmpegcolorspace ! autovideosink + * gst-launch -v videotestsrc ! solarize ! videoconvert ! autovideosink * ]| This pipeline shows the effect of solarize on a test stream * */