OSDN Git Service

stagefright-plugins: Relax component role check
authorSteve Kondik <steve@cyngn.com>
Thu, 26 Nov 2015 00:58:55 +0000 (16:58 -0800)
committerSteve Kondik <steve@cyngn.com>
Thu, 26 Nov 2015 01:00:34 +0000 (17:00 -0800)
commitbd35bb483ddc1fa80c084b004544c4c947b7bbbc
tree772161b37f6a4b5b45003dd7ca01bcd90664058a
parent40998aa023a37f1dc7d20c8963c294af4f09353b
stagefright-plugins: Relax component role check

 * Our extractor might be used to handle both thumbnails
   (in software) as well as playback (with hardware codec support).
   In at least one case, the vendor OMX roles don't match anything
   sane, so relax the check to support this case.

Change-Id: I8925229156cc0e33ff83d4b9ce933087b75b12ef
omx/SoftFFmpegVideo.cpp