From 74fc60e9c81e04f5bd6f420f866ea8eb1ba3f584 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Sat, 29 Mar 2003 19:48:38 +0000 Subject: Added gst_gconf function to render visualisation plugin from GConf key "default/visualisation" Original commit message from CVS: Added gst_gconf function to render visualisation plugin from GConf key "default/visualisation" Enjoyed that commit to document those functions and remove commented functions --- gconf/gstreamer.schemas | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gconf') diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas index e1a2ebb1..0ff96216 100644 --- a/gconf/gstreamer.schemas +++ b/gconf/gstreamer.schemas @@ -44,5 +44,16 @@ 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/default/visualisation + /system/gstreamer/default/visualisation + gstreamer + string + goom + + default GStreamer visualisation plugin + GStreamer can put visualisation plugins in a pipeline to transform audio stream in video frames. Default is goom but more visualisation plugins will be ported soon. The visualisation plugin can be a partial pipeline instead of just one element. + + -- cgit