amc: Only lower ranks of OMX.Exynos. audio codecs, the video codecs are actually working

This commit is contained in:
Sebastian Dröge 2015-06-01 20:03:22 +02:00
parent bf07b52477
commit d221108857

View file

@ -3144,8 +3144,9 @@ register_codecs (GstPlugin * plugin)
if (g_str_has_prefix (codec_info->name, "OMX.google") || if (g_str_has_prefix (codec_info->name, "OMX.google") ||
g_str_has_suffix (codec_info->name, ".sw.dec")) { g_str_has_suffix (codec_info->name, ".sw.dec")) {
rank = GST_RANK_SECONDARY; rank = GST_RANK_SECONDARY;
} else if (g_str_has_prefix (codec_info->name, "OMX.Exynos.")) { } else if (g_str_has_prefix (codec_info->name, "OMX.Exynos.")
/* OMX.Exynos. codecs are existing on some devices like the && !is_video) {
/* OMX.Exynos. audio codecs are existing on some devices like the
* Galaxy S5 mini, and cause random crashes (of the device, * Galaxy S5 mini, and cause random crashes (of the device,
* not the app!) and generally misbehave. That specific device * not the app!) and generally misbehave. That specific device
* has other codecs that work with a different name, but let's * has other codecs that work with a different name, but let's