summaryrefslogtreecommitdiffstats
path: root/gconf/gstreamer.schemas
blob: 0ff962162e258cc484ebdafcb2bdcd5cdd396d8d (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/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 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/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 elements.  Some possible choices are xvideosink, sdlvideosink and aasink.  The videosink can be a partial pipeline instead of just one element.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/system/gstreamer/default/audiosrc</key>
      <applyto>/system/gstreamer/default/audiosrc</applyto>
      <owner>gstreamer</owner>
      <type>string</type>
      <default>osssrc</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/default/videosrc</key>
      <applyto>/system/gstreamer/default/videosrc</applyto>
      <owner>gstreamer</owner>
      <type>string</type>
      <default>v4lsrc</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/default/visualisation</key>
      <applyto>/system/gstreamer/default/visualisation</applyto>
      <owner>gstreamer</owner>
      <type>string</type>
      <default>goom</default>
      <locale name="C">
        <short>default GStreamer visualisation plugin</short>
        <long>GStreamer can put visualisation plugins in a pipeline to transform audio stream in video frames. Default is goom but more visualisation plugins will be ported soon. The visualisation plugin can be a partial pipeline instead of just one element.</long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>