colorspace ! xvideosink is better
authorWhitespace Fixer <whitespace@example.com>
Mon, 9 Sep 2002 20:20:24 +0000 (20:20 +0000)
committerWhitespace Fixer <whitespace@example.com>
Mon, 9 Sep 2002 20:20:24 +0000 (20:20 +0000)
Original commit message from CVS:
colorspace ! xvideosink is better

tools/gst-launch-ext

index f9f9300..11b4be4 100755 (executable)
@@ -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"; }
 }