GNOME Bugzilla – Bug 700521
androidmedia: crop_top should be divided by 2 in COLOR_FormatYUV420 converting
Last modified: 2013-05-20 11:24:38 UTC
Created attachment 244517 [details] [review] A patch fixing this minor bug androidmedia/gstamcvideodec.c When calculating cropped area for U/V plane, crop_top should be divided by 2 in COLOR_FormatYUV420 converting logic, since the U/V planes have half the size in both dimensions.
commit 0a90994b990fc80b5ee187924942cf717ad28746 Author: Chen Jie <chenj@lemote.com> Date: Fri May 17 20:17:31 2013 +0800 androidmedia: fix a minor error in COLOR_FormatYUV420Planar converting https://bugzilla.gnome.org/show_bug.cgi?id=700521