diff options
author | Julien Moutte <julien@moutte.net> | 2003-10-06 11:51:46 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2003-10-06 11:51:46 +0000 |
commit | ef73dd4bcd511838e79b1d477904ecce4a295f3b (patch) | |
tree | e6568dc707b18611f8aa9efd2ce7ce6f2bd18c30 | |
parent | 5f22a7605a65426877ea1b586c4e877e9d025d66 (diff) | |
download | gst-plugins-bad-ef73dd4bcd511838e79b1d477904ecce4a295f3b.tar.gz gst-plugins-bad-ef73dd4bcd511838e79b1d477904ecce4a295f3b.tar.bz2 gst-plugins-bad-ef73dd4bcd511838e79b1d477904ecce4a295f3b.zip |
Using correct spelling for visualization
Original commit message from CVS:
Using correct spelling for visualization
-rw-r--r-- | gconf/gstreamer.schemas | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas index 0ff96216..699ee3e0 100644 --- a/gconf/gstreamer.schemas +++ b/gconf/gstreamer.schemas @@ -45,14 +45,14 @@ </locale> </schema> <schema> - <key>/schemas/system/gstreamer/default/visualisation</key> - <applyto>/system/gstreamer/default/visualisation</applyto> + <key>/schemas/system/gstreamer/default/visualization</key> + <applyto>/system/gstreamer/default/visualization</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> + <short>default GStreamer visualization plugin</short> + <long>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.</long> </locale> </schema> </schemalist> |