From: Thomas Vander Stichele Date: Fri, 18 Oct 2002 14:12:10 +0000 (+0000) Subject: added audiosrc and videosrc X-Git-Tag: 1.19.3~507^2~24658 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0b1a367a6781173f1812630384ef814fac90f05;p=platform%2Fupstream%2Fgstreamer.git added audiosrc and videosrc Original commit message from CVS: added audiosrc and videosrc --- diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas index cf05090..0134d5b 100644 --- a/gconf/gstreamer.schemas +++ b/gconf/gstreamer.schemas @@ -8,7 +8,7 @@ osssink default GStreamer audiosink - GStreamer can play audio using any number of output plugins. Some possible choices are osssink, esdsink and alsasink. + 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. @@ -19,8 +19,30 @@ xvideosink default GStreamer videosink - GStreamer can play video using any number of output plugins. Some possible choices are xvideosink, sdlvideosink and aasink. + 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/default/audiosrc + /system/gstreamer/default/audiosrc + gstreamer + string + osssrc + + default GStreamer audiosrc + 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. + + + + /schemas/system/gstreamer/default/videosink + /system/gstreamer/default/videosink + gstreamer + string + xvideosink + + default GStreamer videosink + 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. + + +