diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-18 15:39:12 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-18 15:39:12 +0000 |
commit | 1f4da2dfd146c4084f198583dbf42af6719df5dd (patch) | |
tree | 33debd6249505b994687cb8827955a151de5a63b /gconf | |
parent | 429453ffe66156b7396310deeb6c7730fb2102cc (diff) | |
download | gst-plugins-bad-1f4da2dfd146c4084f198583dbf42af6719df5dd.tar.gz gst-plugins-bad-1f4da2dfd146c4084f198583dbf42af6719df5dd.tar.bz2 gst-plugins-bad-1f4da2dfd146c4084f198583dbf42af6719df5dd.zip |
thanks again taaz
Original commit message from CVS:
thanks again taaz
Diffstat (limited to 'gconf')
-rw-r--r-- | gconf/gstreamer.schemas | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas index a71f097a..e1a2ebb1 100644 --- a/gconf/gstreamer.schemas +++ b/gconf/gstreamer.schemas @@ -1,48 +1,48 @@ <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"> + <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"> + </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 audiosrc</short> - <long>GStreamer can record audio using any number of input elements. Some possible choices are osssrc, esdsrc and alsasrc. The videosink 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/videosink</applyto> - <owner>gstreamer</owner> - <type>string</type> - <default>xvideosink</default> - <locale name="C"> - <short>default GStreamer videosink</short> - <long>GStreamer can record video from any number of input elements. Some possible choices are v4lsrc and videotestsrc. The videosrc can be a partial pipeline instead of just one element.</long> - </locale> - </schema> - </schemalist> + </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> + </schemalist> </gconfschemafile> |