diff options
author | Luis de Bethencourt <luis@debethencourt.com> | 2012-05-16 17:50:43 +0100 |
---|---|---|
committer | Luis de Bethencourt <luis@debethencourt.com> | 2012-05-16 17:56:58 +0100 |
commit | 58003154470e1cf2d3e869c0b9fea33c17b707b1 (patch) | |
tree | 00908f9f96d9e5a246177a2197a7893252fadd7c /gst/gaudieffects | |
parent | ad4ffc446f06b2a387bbf2c15d0f1a8841e98b0d (diff) | |
download | gstreamer-plugins-bad-58003154470e1cf2d3e869c0b9fea33c17b707b1.tar.gz |
gaudieffects: example pipelines with videoconvert
Diffstat (limited to 'gst/gaudieffects')
-rw-r--r-- | gst/gaudieffects/gstburn.c | 2 | ||||
-rw-r--r-- | gst/gaudieffects/gstchromium.c | 2 | ||||
-rw-r--r-- | gst/gaudieffects/gstdilate.c | 2 | ||||
-rw-r--r-- | gst/gaudieffects/gstdodge.c | 2 | ||||
-rw-r--r-- | gst/gaudieffects/gstexclusion.c | 2 | ||||
-rw-r--r-- | gst/gaudieffects/gstgaussblur.c | 2 | ||||
-rw-r--r-- | 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 c7950eecf..02d03e7f8 100644 --- a/gst/gaudieffects/gstburn.c +++ b/gst/gaudieffects/gstburn.c @@ -52,7 +52,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * 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 * </refsect2> */ diff --git a/gst/gaudieffects/gstchromium.c b/gst/gaudieffects/gstchromium.c index 68590ed6e..3beae6a56 100644 --- a/gst/gaudieffects/gstchromium.c +++ b/gst/gaudieffects/gstchromium.c @@ -52,7 +52,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * 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 * </refsect2> */ diff --git a/gst/gaudieffects/gstdilate.c b/gst/gaudieffects/gstdilate.c index 51602d58d..28f107cb7 100644 --- a/gst/gaudieffects/gstdilate.c +++ b/gst/gaudieffects/gstdilate.c @@ -52,7 +52,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * 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 * </refsect2> */ diff --git a/gst/gaudieffects/gstdodge.c b/gst/gaudieffects/gstdodge.c index 41cac51ba..062ea6809 100644 --- a/gst/gaudieffects/gstdodge.c +++ b/gst/gaudieffects/gstdodge.c @@ -52,7 +52,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * 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 * </refsect2> */ diff --git a/gst/gaudieffects/gstexclusion.c b/gst/gaudieffects/gstexclusion.c index b5ac80654..1c37311c8 100644 --- a/gst/gaudieffects/gstexclusion.c +++ b/gst/gaudieffects/gstexclusion.c @@ -52,7 +52,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * 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 * </refsect2> */ diff --git a/gst/gaudieffects/gstgaussblur.c b/gst/gaudieffects/gstgaussblur.c index b53da3a85..698bc9ea5 100644 --- a/gst/gaudieffects/gstgaussblur.c +++ b/gst/gaudieffects/gstgaussblur.c @@ -53,7 +53,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * 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 * </refsect2> */ diff --git a/gst/gaudieffects/gstsolarize.c b/gst/gaudieffects/gstsolarize.c index 087e0a7d0..5ee4c2a41 100644 --- a/gst/gaudieffects/gstsolarize.c +++ b/gst/gaudieffects/gstsolarize.c @@ -52,7 +52,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * 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 * </refsect2> */ |