diff options
author | Julien Moutte <julien@moutte.net> | 2003-03-29 19:48:38 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2003-03-29 19:48:38 +0000 |
commit | 620e0f274df8bf7a4da64f7ef1421265df816b10 (patch) | |
tree | 8181619a2210e0c4ab33cc35db86cd8a41c67182 /gconf | |
parent | c7850cd0aec6186f1ad6de82eee28d2bbba37d11 (diff) |
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
Diffstat (limited to 'gconf')
-rw-r--r-- | gconf/gstreamer.schemas | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas index e1a2ebb17..0ff962162 100644 --- a/gconf/gstreamer.schemas +++ b/gconf/gstreamer.schemas @@ -44,5 +44,16 @@ <long>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.</long> </locale> </schema> + <schema> + <key>/schemas/system/gstreamer/default/visualisation</key> + <applyto>/system/gstreamer/default/visualisation</applyto> + <owner>gstreamer</owner> + <type>string</type> + <default>goom</default> + <locale name="C"> + <short>default GStreamer visualisation plugin</short> + <long>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.</long> + </locale> + </schema> </schemalist> </gconfschemafile> |