source: trunk/third/gst-plugins/gconf/gstreamer-0.8.schemas @ 21011

Revision 21011, 2.8 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21010, which included commits to RCS files with non-trunk default branches.
Line 
1<gconfschemafile>
2  <schemalist>
3    <schema>
4      <key>/schemas/system/gstreamer/0.8/default/audiosink</key>
5      <applyto>/system/gstreamer/0.8/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/0.8/default/videosink</key>
16      <applyto>/system/gstreamer/0.8/default/videosink</applyto>
17      <owner>gstreamer</owner>
18      <type>string</type>
19      <default>xvimagesink</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/0.8/default/audiosrc</key>
27      <applyto>/system/gstreamer/0.8/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/0.8/default/videosrc</key>
38      <applyto>/system/gstreamer/0.8/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    <schema>
48      <key>/schemas/system/gstreamer/0.8/default/visualization</key>
49      <applyto>/system/gstreamer/0.8/default/visualization</applyto>
50      <owner>gstreamer</owner>
51      <type>string</type>
52      <default>goom</default>
53      <locale name="C">
54        <short>default GStreamer visualization plugin</short>
55        <long>GStreamer can put visualization plugins in a pipeline to transform audio stream in video frames. Default is goom but more visualization plugins will be ported soon. The visualization plugin can be a partial pipeline instead of just one element.</long>
56      </locale>
57    </schema>
58  </schemalist>
59</gconfschemafile>
Note: See TracBrowser for help on using the repository browser.