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:
parent
b0bad3ca15
commit
92fffc8cbe
@ -1692,6 +1692,12 @@ scan_codecs (GstPlugin * plugin)
|
|||||||
goto next_codec;
|
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:
|
/* FIXME:
|
||||||
* - Vorbis: Generates clicks for multi-channel streams
|
* - Vorbis: Generates clicks for multi-channel streams
|
||||||
* - *Law: Generates output with too low frequencies
|
* - *Law: Generates output with too low frequencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user