summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2004-01-16 23:32:45 +0000
committerChristian Schaller <uraeus@gnome.org>2004-01-16 23:32:45 +0000
commit700e02e97c0fb3300627c76ad4e49085582a55b3 (patch)
tree382a719c779523e8d4d5a31d673d59b7b36bd0b9 /tools
parent92d4c76b460a742b004c03a8ed08a1a07da4054d (diff)
downloadgstreamer-plugins-base-700e02e97c0fb3300627c76ad4e49085582a55b3.tar.gz
update gst-launch-ext to use a better plugin for colorspace and X win
Original commit message from CVS: update gst-launch-ext to use a better plugin for colorspace and X win
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch-ext.in b/tools/gst-launch-ext.in
index 45093a8e7..05f0b1b07 100755
--- a/tools/gst-launch-ext.in
+++ b/tools/gst-launch-ext.in
@@ -56,7 +56,7 @@ sub read_config
print "This is not an error, just a friendly reminder... Check the man page.\n\n";
}
if (!defined $cfg{AUDIOSINK}) { $cfg{AUDIOSINK} = "osssink"; }
- if (!defined $cfg{VIDEOSINK}) { $cfg{VIDEOSINK} = "colorspace ! ximagesink"; }
+ if (!defined $cfg{VIDEOSINK}) { $cfg{VIDEOSINK} = "ffcolorspace ! xvimagesink"; }
if (!defined $cfg{CVS_PATH}) { $cfg{CVS_PATH} = `echo -n ~`."/gst/cvs"; }
if ($command =~ /(.+)\/gst-launch-ext$/)