mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
thanks again taaz
Original commit message from CVS: thanks again taaz
This commit is contained in:
parent
429453ffe6
commit
1f4da2dfd1
1 changed files with 42 additions and 42 deletions
|
@ -1,48 +1,48 @@
|
||||||
<gconfschemafile>
|
<gconfschemafile>
|
||||||
<schemalist>
|
<schemalist>
|
||||||
<schema>
|
<schema>
|
||||||
<key>/schemas/system/gstreamer/default/audiosink</key>
|
<key>/schemas/system/gstreamer/default/audiosink</key>
|
||||||
<applyto>/system/gstreamer/default/audiosink</applyto>
|
<applyto>/system/gstreamer/default/audiosink</applyto>
|
||||||
<owner>gstreamer</owner>
|
<owner>gstreamer</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>osssink</default>
|
<default>osssink</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>default GStreamer audiosink</short>
|
<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>
|
<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>
|
</locale>
|
||||||
</schema>
|
</schema>
|
||||||
<schema>
|
<schema>
|
||||||
<key>/schemas/system/gstreamer/default/videosink</key>
|
<key>/schemas/system/gstreamer/default/videosink</key>
|
||||||
<applyto>/system/gstreamer/default/videosink</applyto>
|
<applyto>/system/gstreamer/default/videosink</applyto>
|
||||||
<owner>gstreamer</owner>
|
<owner>gstreamer</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>xvideosink</default>
|
<default>xvideosink</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>default GStreamer videosink</short>
|
<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>
|
<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>
|
</locale>
|
||||||
</schema>
|
</schema>
|
||||||
<schema>
|
<schema>
|
||||||
<key>/schemas/system/gstreamer/default/audiosrc</key>
|
<key>/schemas/system/gstreamer/default/audiosrc</key>
|
||||||
<applyto>/system/gstreamer/default/audiosrc</applyto>
|
<applyto>/system/gstreamer/default/audiosrc</applyto>
|
||||||
<owner>gstreamer</owner>
|
<owner>gstreamer</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>osssrc</default>
|
<default>osssrc</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>default GStreamer audiosrc</short>
|
<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 videosink can be a partial pipeline instead of just one element.</long>
|
<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>
|
</locale>
|
||||||
</schema>
|
</schema>
|
||||||
<schema>
|
<schema>
|
||||||
<key>/schemas/system/gstreamer/default/videosrc</key>
|
<key>/schemas/system/gstreamer/default/videosrc</key>
|
||||||
<applyto>/system/gstreamer/default/videosink</applyto>
|
<applyto>/system/gstreamer/default/videosrc</applyto>
|
||||||
<owner>gstreamer</owner>
|
<owner>gstreamer</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>xvideosink</default>
|
<default>v4lsrc</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>default GStreamer videosink</short>
|
<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 videosrc can be a partial pipeline instead of just one element.</long>
|
<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>
|
</locale>
|
||||||
</schema>
|
</schema>
|
||||||
</schemalist>
|
</schemalist>
|
||||||
</gconfschemafile>
|
</gconfschemafile>
|
||||||
|
|
Loading…
Reference in a new issue