androidmedia: Add new color format, and enhance debug output
authorJan Schmidt <jan@centricular.com>
Tue, 31 Dec 2013 12:18:54 +0000 (23:18 +1100)
committerJan Schmidt <jan@centricular.com>
Tue, 31 Dec 2013 12:24:06 +0000 (23:24 +1100)
commit1df82fc14fe79ed24301e078425d3e3e30aabb0c
tree16b416a474a8ef28b4d1399bb8ed6915b04869f8
parent14a56b6964b87e66bc2e242ace03ac385bfe1e12
androidmedia: Add new color format, and enhance debug output

Add a new color format seen on my Galaxy S3
(OMX_SEC_COLOR_FormatNV12Tiled = 0x7fc00002) to the table,
but don't actually implement it - the decoder doesn't choose it.

Remove an assert that makes the plugin fail noisily and take the app down
if it sees a color format it doesn't recognise (just skip the codec instead)

Modify the debug output when plugin scanning to print color format info to
make this sort of thing easier in the future.
sys/androidmedia/gstamc-constants.h
sys/androidmedia/gstamc.c