From 5cfc3c05d820795cbe3abb9d6b115126944e6526 Mon Sep 17 00:00:00 2001 From: Whitespace Fixer Date: Mon, 9 Sep 2002 20:20:24 +0000 Subject: colorspace ! xvideosink is better Original commit message from CVS: colorspace ! xvideosink is better --- tools/gst-launch-ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index f9f93002..11b4be40 100755 --- a/tools/gst-launch-ext +++ b/tools/gst-launch-ext @@ -47,7 +47,7 @@ sub read_config print "No configuration file $config_file found. You might want to create one.\n"; } if (!defined $cfg{AUDIOSINK}) { $cfg{AUDIOSINK} = "osssink"; } - if (!defined $cfg{VIDEOSINK}) { $cfg{VIDEOSINK} = "xvideosink"; } + if (!defined $cfg{VIDEOSINK}) { $cfg{VIDEOSINK} = "colorspace ! xvideosink"; } if (!defined $cfg{CVS_PATH}) { $cfg{CVS_PATH} = `echo -n ~`."/gst/cvs"; } } -- cgit