[PATCH 1/3] quartz: Modify GetClassMediaFile to also extract the SourceFilter value

Alessandro Pignotti alexpigna.dev at gmail.com
Tue Feb 26 07:25:27 CST 2013


The following patchset makes it possible to use the source filters
installed in the system, even if they are not registered for the file
extension. The problem, in the previous approach, is that the byte
patterns, which are used to detect if a filter can be used on the file,
were not being used.

The patchset fixes the issue by creating a regular AsyncReader filter,
and using it to check registered byte patterns against the file. If any
filter is found that one is created and the AsyncReader is released. If
no match is found the AsyncReader is returned as it happens now.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-quartz-Modify-GetClassMediaFile-to-also-extract-the-.patch
Type: text/x-patch
Size: 7537 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130226/8aa806b6/attachment-0001.bin>


More information about the wine-patches mailing list