summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Baker <steve@stevebaker.org>2002-09-10 10:49:35 +0000
committerSteve Baker <steve@stevebaker.org>2002-09-10 10:49:35 +0000
commitebba8c33ac95d4c4d93033f6c4290aacf2be0dd7 (patch)
treed246cf3070c309a87325709fd05169b553b0024e
parent3d1e20332953bf6513e896c52b3a52bc685b6503 (diff)
downloadgstreamer-plugins-bad-ebba8c33ac95d4c4d93033f6c4290aacf2be0dd7.tar.gz
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.
-rw-r--r--gconf/gstreamer.schemas2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas
index 11ebb702c..cf050908f 100644
--- a/gconf/gstreamer.schemas
+++ b/gconf/gstreamer.schemas
@@ -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>