From dd56714b14da80054b1201cf655b0780268960a5 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 7 Jul 2011 21:24:38 +0100 Subject: ffmpegcolorspace -> videoconvert --- tools/gst-launch-ext.1.in | 2 +- tools/gst-visualise-m.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/gst-launch-ext.1.in b/tools/gst-launch-ext.1.in index ada73802ce..90ee34cc40 100644 --- a/tools/gst-launch-ext.1.in +++ b/tools/gst-launch-ext.1.in @@ -27,7 +27,7 @@ Here is an example .gst file that implements the same defaults as hard-coded in the script : AUDIOSINK = osssink -VIDEOSINK = ffmpegcolorspace ! xvimagesink +VIDEOSINK = videoconvert ! xvimagesink You can change osssink to esdsink or alsasink (if you have the plug-in), and you can change xvimagesink to ximagesink, aasink diff --git a/tools/gst-visualise-m.m b/tools/gst-visualise-m.m index 293209aee1..798929b188 100644 --- a/tools/gst-visualise-m.m +++ b/tools/gst-visualise-m.m @@ -52,7 +52,7 @@ sub visualise(@) my $pipe; $pipe = $vis unless $pipe = $pipes{$vis}; - $command = "gst-launch-@GST_MAJORMINOR@ $cfg{AUDIOSRC} ! $pipe ! { queue ! ffmpegcolorspace ! $cfg{VIDEOSINK} }"; + $command = "gst-launch-@GST_MAJORMINOR@ $cfg{AUDIOSRC} ! $pipe ! { queue ! videoconvert ! $cfg{VIDEOSINK} }"; print "Running $command\n"; system ("PATH=\$PATH:".$cfg{CVS_PATH}."/gstreamer/tools $command"); } -- cgit v1.2.3-70-g09d2