summaryrefslogtreecommitdiffstats
path: root/gconf/gstreamer.schemas
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-10 21:53:52 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-10 21:53:52 +0000
commit8ac992ea60dc117c0ca4dcd6305a251ecc1b3c75 (patch)
tree08ab0732e85413682673a9a9fee20832c110220a /gconf/gstreamer.schemas
parentb9897a41d28beb0c17d275abbd562375ed03f948 (diff)
gconf rules
Original commit message from CVS: gconf rules
Diffstat (limited to 'gconf/gstreamer.schemas')
-rw-r--r--gconf/gstreamer.schemas26
1 files changed, 26 insertions, 0 deletions
diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas
new file mode 100644
index 00000000..53d65151
--- /dev/null
+++ b/gconf/gstreamer.schemas
@@ -0,0 +1,26 @@
+<gconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/gstreamer/default/audiosink</key>
+ <applyto>/apps/gstreamer/default/audiosink</applyto>
+ <owner>gstreamer</owner>
+ <type>string</type>
+ <default>osssink</default>
+ <locale name="C">
+ <short>default GStreamer audiosink</short>
+ <long>GStreamer can play audio using any number of output plugins. Some possible choices are osssink, esdsink and alsasink.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/gstreamer/default/videosink</key>
+ <applyto>/apps/gstreamer/default/videosink</applyto>
+ <owner>gstreamer</owner>
+ <type>string</type>
+ <default>videosink</default>
+ <locale name="C">
+ <short>default GStreamer videosink</short>
+ <long>GStreamer can play video using any number of output plugins. Some possible choices are videosink, sdlvideosink and aasink.</long>
+ </locale>
+ </schema>
+ </schemalist>
+</gconfschemafile>