backout the colorspace from the gconf default. it should be hardcoded into gst-player and any other app that uses the...

Original commit message from CVS:
backout the colorspace from the gconf default. it should be hardcoded into gst-player and any other app that uses the gconf key.
This commit is contained in:
Steve Baker 2002-09-10 10:49:35 +00:00
parent 3d1e203329
commit ebba8c33ac

View file

@ -16,7 +16,7 @@
<applyto>/system/gstreamer/default/videosink</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>colorspace ! xvideosink</default>
<default>xvideosink</default>
<locale name="C">
<short>default GStreamer videosink</short>
<long>GStreamer can play video using any number of output plugins. Some possible choices are xvideosink, sdlvideosink and aasink.</long>