http://bugs.winehq.org/show_bug.cgi?id=28664
--- Comment #7 from Aric Stewart aric@codeweavers.com 2013-07-15 10:01:47 CDT --- (In reply to comment #6)
Created attachment 45257 [details] Output from failed qedit:mediadet test on Mac OS (+strmbase,+quartz,+qtsplitter)
Done.
You're seeing a crash? Something must be different about my setup. I have Flip4Mac installed, which lets QT understand Windows Media formats. Could that account for the test not crashing (though still failing) on my system?
Ok that is likely. My qtdecoder reports that it cannot handle the format and so I fall back to "ffdshow Video Decoder" which crashes when adding the filter.
Looking at the qtdecoder you are correct: AvgTimePerFrame is unset.
I can develop a patch to correct that for the qtdecoder without too much problem. The trick is is having a AvgTimePerFrame of 0 an error or is the way that qedit does that test incorrect?
-aric