colorspace ! xvideosink is better

Original commit message from CVS:
colorspace ! xvideosink is better
This commit is contained in:
Whitespace Fixer 2002-09-09 20:20:24 +00:00
parent 4d78305dc7
commit 046a6ffb8a

View file

@ -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"; }
}