mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
741360c638
Original commit message from CVS: * configure.ac: * examples/capsfilter/capsfilter1.c: (main): * examples/seeking/spider_seek.c: (make_spider_pipeline): * ext/dvdread/Makefile.am: * ext/dvdread/demo-play: * ext/dvdread/demo-play.c: * gconf/gstreamer.schemas.in: * gst-libs/gst/gconf/gconf.c: * sys/v4l/TODO: * testsuite/Makefile.am: * testsuite/embed/Makefile.am: * testsuite/embed/embed.c: (cb_expose), (main): Remove all references to xvideosink, fix examples (#140845). * gst/playback/gstplaybasebin.c: (group_destroy): Apparently, disposal does not unlink - so do explicitely. * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event): Add debug.
59 lines
3 KiB
Text
59 lines
3 KiB
Text
<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>
|