From 485042fe9f3f189e219018626c41b5ec23649afa Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 24 Feb 2004 16:46:13 +0000 Subject: add correct schema file Original commit message from CVS: add correct schema file --- gconf/gstreamer.schemas.in | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 gconf/gstreamer.schemas.in (limited to 'gconf/gstreamer.schemas.in') diff --git a/gconf/gstreamer.schemas.in b/gconf/gstreamer.schemas.in new file mode 100644 index 00000000..ac38edfe --- /dev/null +++ b/gconf/gstreamer.schemas.in @@ -0,0 +1,59 @@ + + + + /schemas/system/gstreamer-@GST_MAJORMINOR@/default/audiosink + /system/gstreamer-@GST_MAJORMINOR@/default/audiosink + gstreamer + string + osssink + + default GStreamer audiosink + 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. + + + + /schemas/system/gstreamer-@GST_MAJORMINOR@/default/videosink + /system/gstreamer-@GST_MAJORMINOR@/default/videosink + gstreamer + string + xvimagesink + + default GStreamer videosink + 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. + + + + /schemas/system/gstreamer-@GST_MAJORMINOR@/default/audiosrc + /system/gstreamer-@GST_MAJORMINOR@/default/audiosrc + gstreamer + string + osssrc + + default GStreamer audio source + 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. + + + + /schemas/system/gstreamer-@GST_MAJORMINOR@/default/videosrc + /system/gstreamer-@GST_MAJORMINOR@/default/videosrc + gstreamer + string + v4lsrc + + default GStreamer video source + 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. + + + + /schemas/system/gstreamer-@GST_MAJORMINOR@/default/visualization + /system/gstreamer-@GST_MAJORMINOR@/default/visualization + gstreamer + string + goom + + default GStreamer visualization plugin + 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. + + + + -- cgit v1.2.1