gaudieffects: example pipelines with videoconvert
authorLuis de Bethencourt <luis@debethencourt.com>
Wed, 16 May 2012 16:50:43 +0000 (17:50 +0100)
committerLuis de Bethencourt <luis@debethencourt.com>
Wed, 16 May 2012 16:56:58 +0000 (17:56 +0100)
gst/gaudieffects/gstburn.c
gst/gaudieffects/gstchromium.c
gst/gaudieffects/gstdilate.c
gst/gaudieffects/gstdodge.c
gst/gaudieffects/gstexclusion.c
gst/gaudieffects/gstgaussblur.c
gst/gaudieffects/gstsolarize.c

index c7950ee..02d03e7 100644 (file)
@@ -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>
  */
index 68590ed..3beae6a 100644 (file)
@@ -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>
  */
index 51602d5..28f107c 100644 (file)
@@ -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>
  */
index 41cac51..062ea68 100644 (file)
@@ -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>
  */
index b5ac806..1c37311 100644 (file)
@@ -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>
  */
index b53da3a..698bc9e 100644 (file)
@@ -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>
  */
index 087e0a7..5ee4c2a 100644 (file)
@@ -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>
  */