Don't try to use the NVidia DRM codecs

This commit is contained in:
Sebastian Dröge 2012-10-15 14:36:55 +02:00
parent 31f0f163bd
commit f3682a0a6b

View file

@ -1675,6 +1675,13 @@ scan_codecs (GstPlugin * plugin)
valid_codec = FALSE;
goto next_codec;
}
if (g_str_has_suffix (name_str, ".secure")) {
GST_INFO ("Skipping DRM codec '%s'", name_str);
valid_codec = FALSE;
goto next_codec;
}
/* FIXME: Non-Google codecs usually just don't work and hang forever
* or crash when not used from a process that started the Java
* VM via the non-public AndroidRuntime class. Can we somehow