/schemas/system/gstreamer/@GST_MAJORMINOR@/default/audiosink /system/gstreamer/@GST_MAJORMINOR@/default/audiosink gstreamer string @DEFAULT_AUDIOSINK@ 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 @DEFAULT_VIDEOSINK@ default GStreamer videosink 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. /schemas/system/gstreamer/@GST_MAJORMINOR@/default/audiosrc /system/gstreamer/@GST_MAJORMINOR@/default/audiosrc gstreamer string @DEFAULT_AUDIOSRC@ 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 @DEFAULT_VIDEOSRC@ 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 @DEFAULT_VISUALIZER@ 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.