diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 09:56:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 09:56:32 +0000 |
commit | 2ed5895fb01f3724424be51bd90a1c866c8630e2 (patch) | |
tree | 28ae14352987ac58ff09653b62a0450f7c0f320b | |
parent | b47caf7be58585c511f676e8b9d957bb1ad61fa4 (diff) | |
download | gst-plugins-bad-2ed5895fb01f3724424be51bd90a1c866c8630e2.tar.gz gst-plugins-bad-2ed5895fb01f3724424be51bd90a1c866c8630e2.tar.bz2 gst-plugins-bad-2ed5895fb01f3724424be51bd90a1c866c8630e2.zip |
system is a lot cooler place to be in, I can tell you that !
Original commit message from CVS:
system is a lot cooler place to be in, I can tell you that !
-rw-r--r-- | gconf/gstreamer.schemas | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas index 53d65151..b784bf6e 100644 --- a/gconf/gstreamer.schemas +++ b/gconf/gstreamer.schemas @@ -1,8 +1,8 @@ <gconfschemafile> <schemalist> <schema> - <key>/schemas/apps/gstreamer/default/audiosink</key> - <applyto>/apps/gstreamer/default/audiosink</applyto> + <key>/schemas/system/gstreamer/default/audiosink</key> + <applyto>/system/gstreamer/default/audiosink</applyto> <owner>gstreamer</owner> <type>string</type> <default>osssink</default> @@ -12,8 +12,8 @@ </locale> </schema> <schema> - <key>/schemas/apps/gstreamer/default/videosink</key> - <applyto>/apps/gstreamer/default/videosink</applyto> + <key>/schemas/system/gstreamer/default/videosink</key> + <applyto>/system/gstreamer/default/videosink</applyto> <owner>gstreamer</owner> <type>string</type> <default>videosink</default> |