diff --git a/gconf/Makefile.am b/gconf/Makefile.am new file mode 100644 index 0000000000..d1538ef8e5 --- /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 0000000000..53d65151c9 --- /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. + + + +