fix gconf install path

Original commit message from CVS:
fix gconf install path
This commit is contained in:
Thomas Vander Stichele 2004-03-05 12:13:10 +00:00
parent 29926c75c5
commit a76f8d83c6
2 changed files with 20 additions and 10 deletions

View file

@ -1,3 +1,13 @@
2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
* gconf/gstreamer.schemas.in:
* gst-libs/gst/gconf/Makefile.am:
version installation path the same way as for 0.6
* pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
* pkgconfig/gstreamer-libs-uninstalled.pc.in:
* pkgconfig/gstreamer-play-uninstalled.pc.in:
remove comment that was fixed
2004-03-05 David Schleef <ds@schleef.org>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),

View file

@ -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>