diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-07 21:14:23 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-07 21:14:23 +0000 |
commit | 3e10bacd50fd1953bd68ee9bb53aaff939435716 (patch) | |
tree | a23d0b3a5192c0483d8d34f9ccf72a2065eb693c /gconf | |
parent | d89da92ccf5f61c84280ab1f64ba22d9d39b3c4b (diff) | |
download | gst-plugins-bad-3e10bacd50fd1953bd68ee9bb53aaff939435716.tar.gz gst-plugins-bad-3e10bacd50fd1953bd68ee9bb53aaff939435716.tar.bz2 gst-plugins-bad-3e10bacd50fd1953bd68ee9bb53aaff939435716.zip |
Adds vis. element gconf stuff - #110171
Original commit message from CVS:
Adds vis. element gconf stuff - #110171
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 c27278d5..776f3072 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> |