summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorWhitespace Fixer <whitespace@example.com>2002-09-09 20:20:24 +0000
committerWhitespace Fixer <whitespace@example.com>2002-09-09 20:20:24 +0000
commit5cfc3c05d820795cbe3abb9d6b115126944e6526 (patch)
tree54ee6abc0385d5aa0b2d7bc881adfaf90b583c76 /tools
parent1fdbb5dae87b9a278fe245b98e93cdcf191d2521 (diff)
colorspace ! xvideosink is better
Original commit message from CVS: colorspace ! xvideosink is better
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext2
1 files changed, 1 insertions, 1 deletions
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"; }
}