From 8ac992ea60dc117c0ca4dcd6305a251ecc1b3c75 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 10 May 2002 21:53:52 +0000 Subject: gconf rules Original commit message from CVS: gconf rules --- common | 2 +- gconf/Makefile.am | 7 +++++++ gconf/gstreamer.schemas | 26 ++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 gconf/Makefile.am create mode 100644 gconf/gstreamer.schemas diff --git a/common b/common index 69cfea91..3ce22b87 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 69cfea918b2840b5076e60becdb39b96a8ca5ef5 +Subproject commit 3ce22b87b251e36d30660b72b8020011246b0c64 diff --git a/gconf/Makefile.am b/gconf/Makefile.am new file mode 100644 index 00000000..d1538ef8 --- /dev/null +++ b/gconf/Makefile.am @@ -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 index 00000000..53d65151 --- /dev/null +++ b/gconf/gstreamer.schemas @@ -0,0 +1,26 @@ + + + + /schemas/apps/gstreamer/default/audiosink + /apps/gstreamer/default/audiosink + gstreamer + string + osssink + + default GStreamer audiosink + GStreamer can play audio using any number of output plugins. Some possible choices are osssink, esdsink and alsasink. + + + + /schemas/apps/gstreamer/default/videosink + /apps/gstreamer/default/videosink + gstreamer + string + videosink + + default GStreamer videosink + GStreamer can play video using any number of output plugins. Some possible choices are videosink, sdlvideosink and aasink. + + + + -- cgit