NewChromantics / PopMovieTexture_Release

http://popmovie.xyz watermarked releases of PopMovieTexture Unity plugin. Repository itself contains ONLY demo projects, download the .unitypackage from the releases page. Purchase from the asset store https://www.assetstore.unity3d.com/#!/content/59097
https://github.com/NewChromantics/PopMovieTexture_Release/releases/download/v0.1.9.a7c15b5/PopMovieTexture.unitypackage
29 stars 8 forks source link

Not decoding on Nexus 6? #63

Open SoylentGraham opened 8 years ago

SoylentGraham commented 8 years ago

Find one, test, get logs.

SoylentGraham commented 8 years ago

Spotted this line in a nexus 7 log

pop: Unhandled ColourFormat->PixelFormat conversion; 2141391875 0x7FA30C03

SoylentGraham commented 8 years ago

Which is ... QOMX_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka. Need to set the hardware output format correctly so I don't need to explicitly handle these. (or let "all other formats" through)