thanks again taaz
[platform/upstream/gst-plugins-good.git] / gconf / gstreamer.schemas
1 <gconfschemafile>
2   <schemalist>
3     <schema>
4       <key>/schemas/system/gstreamer/default/audiosink</key>
5       <applyto>/system/gstreamer/default/audiosink</applyto>
6       <owner>gstreamer</owner>
7       <type>string</type>
8       <default>osssink</default>
9       <locale name="C">
10         <short>default GStreamer audiosink</short>
11         <long>GStreamer can play audio using any number of output elements.  Some possible choices are osssink, esdsink and alsasink.  The audiosink can be a partial pipeline instead of just one element.</long>
12       </locale>
13     </schema>
14     <schema>
15       <key>/schemas/system/gstreamer/default/videosink</key>
16       <applyto>/system/gstreamer/default/videosink</applyto>
17       <owner>gstreamer</owner>
18       <type>string</type>
19       <default>xvideosink</default>
20       <locale name="C">
21         <short>default GStreamer videosink</short>
22         <long>GStreamer can play video using any number of output elements.  Some possible choices are xvideosink, sdlvideosink and aasink.  The videosink can be a partial pipeline instead of just one element.</long>
23       </locale>
24     </schema>
25     <schema>
26       <key>/schemas/system/gstreamer/default/audiosrc</key>
27       <applyto>/system/gstreamer/default/audiosrc</applyto>
28       <owner>gstreamer</owner>
29       <type>string</type>
30       <default>osssrc</default>
31       <locale name="C">
32         <short>default GStreamer audio source</short>
33         <long>GStreamer can record audio using any number of input elements.  Some possible choices are osssrc, esdsrc and alsasrc.  The audio source can be a partial pipeline instead of just one element.</long>
34       </locale>
35     </schema>
36     <schema>
37       <key>/schemas/system/gstreamer/default/videosrc</key>
38       <applyto>/system/gstreamer/default/videosrc</applyto>
39       <owner>gstreamer</owner>
40       <type>string</type>
41       <default>v4lsrc</default>
42       <locale name="C">
43         <short>default GStreamer video source</short>
44         <long>GStreamer can record video from any number of input elements.  Some possible choices are v4lsrc and videotestsrc. The video source can be a partial pipeline instead of just one element.</long>
45       </locale>
46     </schema>
47   </schemalist>
48 </gconfschemafile>