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 | ebba8c33ac95d4c4d93033f6c4290aacf2be0dd7 (patch) | |
tree | d246cf3070c309a87325709fd05169b553b0024e /gconf/gstreamer.schemas | |
parent | 3d1e20332953bf6513e896c52b3a52bc685b6503 (diff) | |
download | gst-plugins-bad-ebba8c33ac95d4c4d93033f6c4290aacf2be0dd7.tar.gz gst-plugins-bad-ebba8c33ac95d4c4d93033f6c4290aacf2be0dd7.tar.bz2 gst-plugins-bad-ebba8c33ac95d4c4d93033f6c4290aacf2be0dd7.zip |
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/gstreamer.schemas')
-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 11ebb702..cf050908 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> |