GNOME Bugzilla – Bug 768173
omxvideodec: Use GST_VIDEO_FRAME_PLANE_STRIDE() to get output buffer's stride
Last modified: 2016-06-29 08:50:53 UTC
Created attachment 330536 [details] [review] Use GST_VIDEO_FRAME_PLANE_STRIDE() to get output buffer's stride GST_VIDEO_FRAME_PLANE_STRIDE() should be used to get the actual buffer stride, as reported in the buffers's GstVideoMeta, when copying data to that buffer.
Thanks! commit 766cd65fa4c76eda6438b3aaa2f9afcaa9a2d660 Author: Kazunori Kobayashi <kkobayas@igel.co.jp> Date: Wed Jun 29 16:37:43 2016 +0900 omxvideodec: Use GST_VIDEO_FRAME_PLANE_STRIDE() to get output buffer's stride GST_VIDEO_FRAME_PLANE_STRIDE() should be used to get the actual buffer stride, as reported in the buffers's GstVideoMeta, when copying data to that buffer. https://bugzilla.gnome.org/show_bug.cgi?id=768173