GNOME Bugzilla – Bug 730634
androidmedia: discard defective codecs
Last modified: 2018-05-06 10:39:57 UTC
Patches backported from the gstreamer SDK. Note that I didn't get the chance to test them since I don't have the related hardware.
Created attachment 277058 [details] [review] [PATCH 1/3] androidmedia: Skip the MP3Decoder found on the Sony Xperia Z
Created attachment 277059 [details] [review] [PATCH 2/3] androidmedia: Add another not working codec to the blacklist
Created attachment 277060 [details] [review] [PATCH 3/3] androidmedia: Skip a defective codec found in Samsung Galaxy S3
For the first one, I think I saw a working codec with that name on some device...
Matthieu, what should we do about this one here? I think we need more information before merging these patches and especially some more guards as "MP3Decoder" is a rather generic name...
Also did anybody report this to the device manifacturers?
We can warranty that these devices have buggy decoders, but we can't warranty that all the AACDecoder or MP3Decoder are buggy. In our Fluendo branch we can blacklist them as we have AAC and MP3 decoders and but we don't have access to all the android devices in the market. We prefer using software decoders for audio when we find a buggy decoder in one device, rather than risking to have the same bug in more devices. If decoders with the same name are known to work in other devices, the blacklist should be device specific, but how ? It's more likely that the bugs are in the amcaudiodec implementation rather than in the device but it's hard to debug with a black box.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!