video-frame: fix tiled pixel stride
authorNicolas Dufresne <nicolas.dufresne at collabora.co.uk>
Fri, 3 Jan 2014 21:18:08 +0000 (22:18 +0100)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 13 Jan 2014 15:46:37 +0000 (10:46 -0500)
commit53605e35f4d5748c5a433a36b8f0286a10143577
treeefb3014b2a7927cc93edefca7cd11e8b6150c12b
parent61cbdf379bcafdcf1aac1af793046fcd6a8d47c8
video-frame: fix tiled pixel stride

Pixel stride is per component, not per plane. We get the tile mode from
the pixelstride of the TILE component.

https://bugzilla.gnome.org/show_bug.cgi?id=707361
gst-libs/gst/video/video-frame.c