summaryrefslogtreecommitdiffstats
path: root/gconf/gstreamer.schemas.in
blob: e3d893c1dc7af2f4c1b15bd7076d9d94d1caacc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/default/audiosink</key>
      <applyto>/system/gstreamer/@GST_MAJORMINOR@/default/audiosink</applyto>
      <owner>gstreamer</owner>
      <type>string</type>
      <default>@DEFAULT_AUDIOSINK@</default>
      <locale name="C">
        <short>default GStreamer audiosink</short>
        <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>
      </locale>
    </schema>
    <schema>
      <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/default/videosink</key>
      <applyto>/system/gstreamer/@GST_MAJORMINOR@/default/videosink</applyto>
      <owner>gstreamer</owner>
      <type>string</type>
      <default>@DEFAULT_VIDEOSINK@</default>
      <locale name="C">
        <short>default GStreamer videosink</short>
        <long>GStreamer can play video using any number of output elements.  Some possible choices are xvimagesink, ximagesink, sdlvideosink and aasink.  The videosink can be a partial pipeline instead of just one element.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/default/audiosrc</key>
      <applyto>/system/gstreamer/@GST_MAJORMINOR@/default/audiosrc</applyto>
      <owner>gstreamer</owner>
      <type>string</type>
      <default>@DEFAULT_AUDIOSRC@</default>
      <locale name="C">
        <short>default GStreamer audio source</short>
        <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>
      </locale>
    </schema>
    <schema>
      <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/default/videosrc</key>
      <applyto>/system/gstreamer/@GST_MAJORMINOR@/default/videosrc</applyto>
      <owner>gstreamer</owner>
      <type>string</type>
      <default>@DEFAULT_VIDEOSRC@</default>
      <locale name="C">
        <short>default GStreamer video source</short>
        <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>
      </locale>
    </schema>
    <schema>
      <key>/schemas/system/gstreamer/@GST_MAJORMINOR@/default/visualization</key>
      <applyto>/system/gstreamer/@GST_MAJORMINOR@/default/visualization</applyto>
      <owner>gstreamer</owner>
      <type>string</type>
      <default>@DEFAULT_VISUALIZER@</default>
      <locale name="C">
        <short>default GStreamer visualization plugin</short>
        <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>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>