summaryrefslogtreecommitdiffstats
path: root/gst/xdgmime
AgeCommit message (Expand)AuthorFilesLines
2009-03-26xdgmime: Use GIOs g_content_type_guess() if possibleSebastian Dröge2-17/+55
2009-03-26xdgmime: Link with winsock library to fix build with MinGWРуслан Ижбулатов1-1/+1
2009-03-13xdgmime: make xdg typefinder more conservativeTim-Philipp Müller1-3/+19
2009-03-02xdgmime: Reduce probability to POSSIBLESebastian Dröge1-1/+1
2009-03-02xdgmime: Add locking to the xdg_mime_* calls as it's not thread-safeSebastian Dröge1-0/+9
2009-03-01xdgmime: Use g_pattern_match_simple() instead of fnmatch() for Win32 compatib...Sebastian Dröge5-7/+4
2009-03-01xdgmime: Fix unused variable compiler warningLRN1-0/+2
2009-03-01xdgmime: Don't warn if we have no MMAP supportSebastian Dröge1-2/+0
2009-03-01xdgmime: Use g_ntoh[ls] instead of the non-GLib functions for Win32 compatibi...Sebastian Dröge1-3/+3
2009-03-01xdgmime: Use G_BYTE_ORDER instead of relying on LITTLE_ENDIAN to be definedSebastian Dröge1-1/+4
2009-02-27xdgmime: Use empty caps for registering the typefinders with old core versionsSebastian Dröge1-2/+17
2009-02-24xdgmime: Add new typefinder based on xdgmimeSebastian Dröge18-0/+4479