summaryrefslogtreecommitdiffstats
path: root/gconf
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-24 16:46:13 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-24 16:46:13 +0000
commitc084e686c836fc3dfc86f9bc31c6e323f03167bc (patch)
treece52d03d21fb203d5e08267d6176e225d9c6aa13 /gconf
parent24204a788425e93a512b5cf7688184875f665d6e (diff)
add correct schema file
Original commit message from CVS: add correct schema file
Diffstat (limited to 'gconf')
-rw-r--r--gconf/gstreamer.schemas.in (renamed from gconf/gstreamer.schemas)22
1 files changed, 11 insertions, 11 deletions
diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas.in
index 71cc3613..ac38edfe 100644
--- a/gconf/gstreamer.schemas
+++ b/gconf/gstreamer.schemas.in
@@ -1,8 +1,8 @@
<gconfschemafile>
<schemalist>
<schema>
- <key>/schemas/system/gstreamer-0.7/default/audiosink</key>
- <applyto>/system/gstreamer-0.7/default/audiosink</applyto>
+ <key>/schemas/system/gstreamer-@GST_MAJORMINOR@/default/audiosink</key>
+ <applyto>/system/gstreamer-@GST_MAJORMINOR@/default/audiosink</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>osssink</default>
@@ -12,19 +12,19 @@
</locale>
</schema>
<schema>
- <key>/schemas/system/gstreamer-0.7/default/videosink</key>
- <applyto>/system/gstreamer-0.7/default/videosink</applyto>
+ <key>/schemas/system/gstreamer-@GST_MAJORMINOR@/default/videosink</key>
+ <applyto>/system/gstreamer-@GST_MAJORMINOR@/default/videosink</applyto>
<owner>gstreamer</owner>
<type>string</type>
- <default>xvideosink</default>
+ <default>xvimagesink</default>
<locale name="C">
<short>default GStreamer videosink</short>
<long>GStreamer can play video using any number of output elements. Some possible choices are xvideosink, sdlvideosink and aasink. The videosink can be a partial pipeline instead of just one element.</long>
</locale>
</schema>
<schema>
- <key>/schemas/system/gstreamer-0.7/default/audiosrc</key>
- <applyto>/system/gstreamer-0.7/default/audiosrc</applyto>
+ <key>/schemas/system/gstreamer-@GST_MAJORMINOR@/default/audiosrc</key>
+ <applyto>/system/gstreamer-@GST_MAJORMINOR@/default/audiosrc</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>osssrc</default>
@@ -34,8 +34,8 @@
</locale>
</schema>
<schema>
- <key>/schemas/system/gstreamer-0.7/default/videosrc</key>
- <applyto>/system/gstreamer-0.7/default/videosrc</applyto>
+ <key>/schemas/system/gstreamer-@GST_MAJORMINOR@/default/videosrc</key>
+ <applyto>/system/gstreamer-@GST_MAJORMINOR@/default/videosrc</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>v4lsrc</default>
@@ -45,8 +45,8 @@
</locale>
</schema>
<schema>
- <key>/schemas/system/gstreamer-0.7/default/visualization</key>
- <applyto>/system/gstreamer-0.7/default/visualization</applyto>
+ <key>/schemas/system/gstreamer-@GST_MAJORMINOR@/default/visualization</key>
+ <applyto>/system/gstreamer-@GST_MAJORMINOR@/default/visualization</applyto>
<owner>gstreamer</owner>
<type>string</type>
<default>goom</default>