mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 04:24:18 +00:00
gconf rules
Original commit message from CVS: gconf rules
This commit is contained in:
parent
b9897a41d2
commit
8ac992ea60
3 changed files with 34 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 69cfea918b2840b5076e60becdb39b96a8ca5ef5
|
||||
Subproject commit 3ce22b87b251e36d30660b72b8020011246b0c64
|
7
gconf/Makefile.am
Normal file
7
gconf/Makefile.am
Normal file
|
@ -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)
|
||||
|
26
gconf/gstreamer.schemas
Normal file
26
gconf/gstreamer.schemas
Normal file
|
@ -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>
|
Loading…
Reference in a new issue