Commit 273fad84 by Oliver Woodman

Fix verify error running on JellyBean #2.

parent 1482dde4
...@@ -113,7 +113,7 @@ public class SmoothStreamingRendererBuilder implements RendererBuilder, ...@@ -113,7 +113,7 @@ public class SmoothStreamingRendererBuilder implements RendererBuilder,
try { try {
drmSessionManager = V18Compat.getDrmSessionManager(manifest.protectionElement.uuid, player, drmSessionManager = V18Compat.getDrmSessionManager(manifest.protectionElement.uuid, player,
drmCallback); drmCallback);
} catch (UnsupportedSchemeException e) { } catch (Exception e) {
callback.onRenderersError(e); callback.onRenderersError(e);
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment