[gst-cvs] gst-plugins-bad: xdgmime: Always use GLib instead of xdgmime

Sebastian Dröge slomo at kemper.freedesktop.org
Sun Aug 30 23:19:14 PDT 2009


Module: gst-plugins-bad
Branch: master
Commit: 182e751b5d3e3963883b3edc17a105012984a6c0
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=182e751b5d3e3963883b3edc17a105012984a6c0

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Sun Aug 30 22:17:53 2009 +0200

xdgmime: Always use GLib instead of xdgmime

Now that we depend on GLib 2.16 we can as well use it's
internal copy of the xdgmime instead of our own.

---

 configure.ac                        |    2 +-
 gst/xdgmime/Makefile.am             |   27 +-
 gst/xdgmime/gstxdgmime.c            |   60 +--
 gst/xdgmime/xdgmime/xdgmime.c       |  885 ---------------------------------
 gst/xdgmime/xdgmime/xdgmime.h       |  127 -----
 gst/xdgmime/xdgmime/xdgmimealias.c  |  167 -------
 gst/xdgmime/xdgmime/xdgmimealias.h  |   51 --
 gst/xdgmime/xdgmime/xdgmimecache.c  |  933 -----------------------------------
 gst/xdgmime/xdgmime/xdgmimecache.h  |   81 ---
 gst/xdgmime/xdgmime/xdgmimeglob.c   |  550 ---------------------
 gst/xdgmime/xdgmime/xdgmimeglob.h   |   68 ---
 gst/xdgmime/xdgmime/xdgmimeicon.c   |  166 -------
 gst/xdgmime/xdgmime/xdgmimeicon.h   |   50 --
 gst/xdgmime/xdgmime/xdgmimeint.c    |  178 -------
 gst/xdgmime/xdgmime/xdgmimeint.h    |   77 ---
 gst/xdgmime/xdgmime/xdgmimemagic.c  |  743 ----------------------------
 gst/xdgmime/xdgmime/xdgmimemagic.h  |   57 ---
 gst/xdgmime/xdgmime/xdgmimeparent.c |  201 --------
 gst/xdgmime/xdgmime/xdgmimeparent.h |   51 --
 19 files changed, 13 insertions(+), 4461 deletions(-)

Diff:   http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/diff/?id=182e751b5d3e3963883b3edc17a105012984a6c0




More information about the Gstreamer-commits mailing list