mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
colorspace ! xvideosink is better
Original commit message from CVS: colorspace ! xvideosink is better
This commit is contained in:
parent
4d78305dc7
commit
046a6ffb8a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ sub read_config
|
||||||
print "No configuration file $config_file found. You might want to create one.\n";
|
print "No configuration file $config_file found. You might want to create one.\n";
|
||||||
}
|
}
|
||||||
if (!defined $cfg{AUDIOSINK}) { $cfg{AUDIOSINK} = "osssink"; }
|
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"; }
|
if (!defined $cfg{CVS_PATH}) { $cfg{CVS_PATH} = `echo -n ~`."/gst/cvs"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue