From 379017766d497960278f6479ff5d8942b8468aa7 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 --- gconf/Makefile.am | 7 +++++++ gconf/gstreamer.schemas | 26 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 gconf/Makefile.am create mode 100644 gconf/gstreamer.schemas 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 v1.2.1