gstreamer/gst/xdgmime
Tim-Philipp Müller 7a85af3ce6 xdgmime: make xdg typefinder more conservative
The whole raison d'etre of this typefinder is to help avoid false
positives when used in combination with our main typefinder in
-base. Its task is not really to typefind audio/video files, even
less so given that it detects *MIME* types, not GStreamer media
types. Therefore, if this typefinder detects an audio or video
type, don't even suggest it - our own typefinders are hopefully
better at this and detect the right type of type on top of that,
and even if they're not we really want to know about it and fix
it. Fixes #575157.
2009-03-13 22:53:21 +00:00
..
xdgmime xdgmime: Use g_pattern_match_simple() instead of fnmatch() for Win32 compatibility 2009-03-01 20:18:30 +01:00
gstxdgmime.c xdgmime: make xdg typefinder more conservative 2009-03-13 22:53:21 +00:00
Makefile.am xdgmime: Add new typefinder based on xdgmime 2009-02-24 15:26:27 +01:00