omxvideodec: Use GST_VIDEO_FRAME_PLANE_STRIDE() to get output buffer's stride
authorKazunori Kobayashi <kkobayas@igel.co.jp>
Wed, 29 Jun 2016 07:37:43 +0000 (16:37 +0900)
committerMatthew Waters <matthew@centricular.com>
Wed, 29 Jun 2016 08:44:20 +0000 (18:44 +1000)
commit766cd65fa4c76eda6438b3aaa2f9afcaa9a2d660
tree73280f19fbe2f480a0cf248adaeab2534b8e6604
parent7d52ad84bceeafbf2cc3387e71ca3ed368a6e9b9
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
omx/gstomxvideodec.c