GNOME Bugzilla – Bug 701782
androidmedia: add hack for HuaweiMediaPad
Last modified: 2013-06-07 11:57:47 UTC
Created attachment 246242 [details] [review] Hacks for HuaweiMediaPad which reports wrong color format On HuaweiMediaPad, it reports a wrong color format COLOR_FormatYCbYCr for "OMX.k3.video.decoder.avc". Reset it to COLOR_TI_FormatYUV420PackedSemiPlanar works, attachment is a patch do the color format hack.
Already pushed earlier today :) commit a36c9c1cc9db978808288604714fd4170575733a Author: Chen Jie <chenj@lemote.com> Date: Fri Jun 7 14:06:56 2013 +0800 androidmedia: Hacks for HuaweiMediaPad which reports wrong color format COLOR_FormatYCbYCr is reported but it is actually COLOR_TI_FormatYUV420Packe