From c084e686c836fc3dfc86f9bc31c6e323f03167bc 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 | 59 ---------------------------------------------- gconf/gstreamer.schemas.in | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 gconf/gstreamer.schemas create mode 100644 gconf/gstreamer.schemas.in (limited to 'gconf') diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas deleted file mode 100644 index 71cc3613..00000000 --- a/gconf/gstreamer.schemas +++ /dev/null @@ -1,59 +0,0 @@ - - - - /schemas/system/gstreamer-0.7/default/audiosink - /system/gstreamer-0.7/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-0.7/default/videosink - /system/gstreamer-0.7/default/videosink - gstreamer - string - xvideosink - - 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-0.7/default/audiosrc - /system/gstreamer-0.7/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-0.7/default/videosrc - /system/gstreamer-0.7/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-0.7/default/visualization - /system/gstreamer-0.7/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. - - - - 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