androidmedia: Skip Aricent codecs for now

The HTC One X claims to have one (but doesn't) and loading
the library for it hangs forever.
This commit is contained in:
Sebastian Dröge 2012-10-31 20:00:54 +01:00
parent b0bad3ca15
commit 92fffc8cbe

View file

@ -1692,6 +1692,12 @@ scan_codecs (GstPlugin * plugin)
goto next_codec;
}
if (g_str_has_prefix (name_str, "OMX.ARICENT.")) {
GST_INFO ("Skipping possible broken codec '%s'", name_str);
valid_codec = FALSE;
goto next_codec;
}
/* FIXME:
* - Vorbis: Generates clicks for multi-channel streams
* - *Law: Generates output with too low frequencies