Added gst_gconf function to render visualisation plugin from GConf key "default/visua...
authorJulien Moutte <julien@moutte.net>
Sat, 29 Mar 2003 19:48:38 +0000 (19:48 +0000)
committerJulien Moutte <julien@moutte.net>
Sat, 29 Mar 2003 19:48:38 +0000 (19:48 +0000)
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

index e1a2ebb178c6163816209cca92d31d4cb8ee8a9b..0ff962162e258cc484ebdafcb2bdcd5cdd396d8d 100644 (file)
         <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>