gconf rules
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 10 May 2002 21:53:52 +0000 (21:53 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 10 May 2002 21:53:52 +0000 (21:53 +0000)
Original commit message from CVS:
gconf rules

gconf/Makefile.am [new file with mode: 0644]
gconf/gstreamer.schemas [new file with mode: 0644]

diff --git a/gconf/Makefile.am b/gconf/Makefile.am
new file mode 100644 (file)
index 0000000..d1538ef
--- /dev/null
@@ -0,0 +1,7 @@
+schemadir = @GCONF_SCHEMA_FILE_DIR@
+schema_DATA = gstreamer.schemas
+
+install-data-local:
+       GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \
+               --makefile-install-rule $(srcdir)/$(schema_DATA)
+
diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas
new file mode 100644 (file)
index 0000000..53d6515
--- /dev/null
@@ -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>