From 72aef06e4930180ca06e9b98fd514d1fba69799c Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 17 Feb 2006 10:53:38 +0000 Subject: add Jurg's patch for multidevice support Original commit message from CVS: add Jurg's patch for multidevice support --- gconf/gstreamer.schemas.in | 132 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) (limited to 'gconf') diff --git a/gconf/gstreamer.schemas.in b/gconf/gstreamer.schemas.in index e3d893c1..bc1ff44f 100644 --- a/gconf/gstreamer.schemas.in +++ b/gconf/gstreamer.schemas.in @@ -11,6 +11,116 @@ 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/audiosink_description + /system/gstreamer/@GST_MAJORMINOR@/default/audiosink_description + gstreamer + string + Default + + description for default GStreamer audiosink + Describes the selected output element. + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/musicaudiosink + /system/gstreamer/@GST_MAJORMINOR@/default/musicaudiosink + gstreamer + string + @DEFAULT_AUDIOSINK@ + + GStreamer audiosink for Music and Movies + 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/musicaudiosink_description + /system/gstreamer/@GST_MAJORMINOR@/default/musicaudiosink_description + gstreamer + string + Default + + description for GStreamer audiosink for Music and Movies + Describes the selected output element for Music and Movies. + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/chataudiosink + /system/gstreamer/@GST_MAJORMINOR@/default/chataudiosink + gstreamer + string + @DEFAULT_AUDIOSINK@ + + GStreamer audiosink for Audio/Video Conferencing + 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/chataudiosink_description + /system/gstreamer/@GST_MAJORMINOR@/default/chataudiosink_description + gstreamer + string + Default + + description for GStreamer audiosink for Audio/Video Conferencing + Describes the selected output element for Audio/Video Conferencing. + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/audiosink_description + /system/gstreamer/@GST_MAJORMINOR@/default/audiosink_description + gstreamer + string + Default + + description for default GStreamer audiosink + Describes the selected output element. + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/musicaudiosink + /system/gstreamer/@GST_MAJORMINOR@/default/musicaudiosink + gstreamer + string + @DEFAULT_AUDIOSINK@ + + GStreamer audiosink for Music and Movies + 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/musicaudiosink_description + /system/gstreamer/@GST_MAJORMINOR@/default/musicaudiosink_description + gstreamer + string + Default + + description for GStreamer audiosink for Music and Movies + Describes the selected output element for Music and Movies. + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/chataudiosink + /system/gstreamer/@GST_MAJORMINOR@/default/chataudiosink + gstreamer + string + @DEFAULT_AUDIOSINK@ + + GStreamer audiosink for Audio/Video Conferencing + 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/chataudiosink_description + /system/gstreamer/@GST_MAJORMINOR@/default/chataudiosink_description + gstreamer + string + Default + + description for GStreamer audiosink for Audio/Video Conferencing + Describes the selected output element for Audio/Video Conferencing. + + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/videosink /system/gstreamer/@GST_MAJORMINOR@/default/videosink @@ -33,6 +143,28 @@ 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/audiosrc_description + /system/gstreamer/@GST_MAJORMINOR@/default/audiosrc_description + gstreamer + string + Default + + description for default GStreamer audiosrc + Describes the selected input element. + + + + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/audiosrc_description + /system/gstreamer/@GST_MAJORMINOR@/default/audiosrc_description + gstreamer + string + Default + + description for default GStreamer audiosrc + Describes the selected input element. + + /schemas/system/gstreamer/@GST_MAJORMINOR@/default/videosrc /system/gstreamer/@GST_MAJORMINOR@/default/videosrc -- cgit