GNOME Bugzilla – Bug 616346
Motion JPEG Typefinding
Last modified: 2010-04-21 00:18:04 UTC
Created attachment 159212 [details] Sample Motion JPEG Typefinding the attached motion jpeg file that uses multipart to separate jpeg frames seems to select jpegdec ahead of multipartdemux for some reason. Applying the attached patch remedies the situation because typefinding functions that use extensions are reordered and placed before the others. This is probably not the root cause of the issue, however.
Created attachment 159213 [details] [review] Stopgap fix I apologize that this isn't in the proper git patch format. I don't use git and I'm in Windows.
This works correctly without the patch. Since the patch won't do anything, that's unsurprising - perhaps this was broken at some point in the past and you were accidentally testing with the wrong version?
This was my mistake - an issue with my build or something else I inadvertently introduced.