diff options
author | Steve Baker <steve@stevebaker.org> | 2002-09-10 10:49:35 +0000 |
---|---|---|
committer | Steve Baker <steve@stevebaker.org> | 2002-09-10 10:49:35 +0000 |
commit | 8afc179a1d5a837c42f58e8fd1375b2f9c119c00 (patch) | |
tree | 26ce2f5d73e89d98f284f097727221f777ab4117 /gconf | |
parent | 30588ff7a7b73d13a9b6d6db4a28f4fbed1df1b7 (diff) |
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.
Diffstat (limited to 'gconf')
-rw-r--r-- | gconf/gstreamer.schemas | 2 |
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> |