gstreamer/gconf/gstreamer.schemas
Steve Baker ebba8c33ac 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.
2002-09-10 10:49:35 +00:00

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>