mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
ebba8c33ac
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.
26 lines
1 KiB
Text
26 lines
1 KiB
Text
<gconfschemafile>
|
|
<schemalist>
|
|
<schema>
|
|
<key>/schemas/system/gstreamer/default/audiosink</key>
|
|
<applyto>/system/gstreamer/default/audiosink</applyto>
|
|
<owner>gstreamer</owner>
|
|
<type>string</type>
|
|
<default>osssink</default>
|
|
<locale name="C">
|
|
<short>default GStreamer audiosink</short>
|
|
<long>GStreamer can play audio using any number of output plugins. Some possible choices are osssink, esdsink and alsasink.</long>
|
|
</locale>
|
|
</schema>
|
|
<schema>
|
|
<key>/schemas/system/gstreamer/default/videosink</key>
|
|
<applyto>/system/gstreamer/default/videosink</applyto>
|
|
<owner>gstreamer</owner>
|
|
<type>string</type>
|
|
<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>
|
|
</locale>
|
|
</schema>
|
|
</schemalist>
|
|
</gconfschemafile>
|