diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-05 12:13:10 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-05 12:13:10 +0000 |
commit | fd43bd5e7c5719209a4581b0d9d8c3119e645075 (patch) | |
tree | 2b81d0112f270a724f12478fe9e1f037de30d2a2 /gconf | |
parent | 797e849606626ebca8382979539a70b13e45d6e6 (diff) |
fix gconf install path
Original commit message from CVS:
fix gconf install path
Diffstat (limited to 'gconf')
-rw-r--r-- | gconf/gstreamer.schemas.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gconf/gstreamer.schemas.in b/gconf/gstreamer.schemas.in index ac38edfea..e40af399e 100644 --- a/gconf/gstreamer.schemas.in +++ b/gconf/gstreamer.schemas.in @@ -1,8 +1,8 @@ <gconfschemafile> <schemalist> <schema> - <key>/schemas/system/gstreamer-@GST_MAJORMINOR@/default/audiosink</key> - <applyto>/system/gstreamer-@GST_MAJORMINOR@/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,8 +12,8 @@ </locale> </schema> <schema> - <key>/schemas/system/gstreamer-@GST_MAJORMINOR@/default/videosink</key> - <applyto>/system/gstreamer-@GST_MAJORMINOR@/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>xvimagesink</default> @@ -23,8 +23,8 @@ </locale> </schema> <schema> - <key>/schemas/system/gstreamer-@GST_MAJORMINOR@/default/audiosrc</key> - <applyto>/system/gstreamer-@GST_MAJORMINOR@/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-@GST_MAJORMINOR@/default/videosrc</key> - <applyto>/system/gstreamer-@GST_MAJORMINOR@/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-@GST_MAJORMINOR@/default/visualization</key> - <applyto>/system/gstreamer-@GST_MAJORMINOR@/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> |