GNOME Bugzilla – Bug 549814
[typefind] add application/pdf typefinder
Last modified: 2008-08-30 15:54:53 UTC
I'd like there to be a typefinder for PDF files so rhythmbox can ignore them more easily.
Created attachment 117582 [details] [review] pdf typefinder This does the same thing as the string match in shared-mime-info, and it works for the few pdf files I have lying around.
Committed, thanks: 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk> Patch by: Jonathan Matthew <notverysmart gmail com> * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefinder for PDF documents (which is nice to have, since it's a common format, but also helps prevent false positives). Fixes #549814.