waleedAhmad1 / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
0 stars 0 forks source link

all to MediaCodec.getCapabilitiesForType() throws IllegalArgumentException #641

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
According to the media_codec.xml file, Glass supports VP8 software decoder. 
Trying to use it throws an exception when trying to get the codec capabilities.

What steps will reproduce the problem?
1. find the MediaCodecInfo corresponding to mime type "video/x-vnd.on2.vp8"
2. with that call info.getCapabilitiesForType("video/x-vnd.on2.vp8")
3. the call will throw an exception

What version of the product are you using? On what operating system?
XE 19.1

Original issue reported on code.google.com by a...@pristine.io on 24 Nov 2014 at 4:18