GNOME Bugzilla – Bug 730761
androidmedia crash in Rockchip RK3188 devices
Last modified: 2016-03-25 10:58:29 UTC
When using a "OMX.rk.video_decoder.avc" hardware decoder in a Rockchip RK3188 device, Gstreamer crashes because according to this thread "http://forum.xbmc.org/showthread.php?tid=152005&pid=1344619#pid1344619" the returned buffer is always MOD32. As the input size (1440x1080) and the output size (1440x1088) do not match a crash happens (see attached log)
So why doesn't it just report the correct output size and the correct stride/slice-heights?!
Assuming these use COLOR_FormatYUV420Planar, the attached patch should fix it. Please test :) Otherwise provide a debug log please
Created attachment 277195 [details] [review] 0001-amcvideodec-Rockchip-SOCs-apparently-don-t-provide-t.patch
Julen, does the attached patch fix it for you?
Ping?
Closing as there was no response since almost a year.