rawvideoparse: Rename frame-stride in to frame-size
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 15 Mar 2017 21:28:48 +0000 (17:28 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 24 Mar 2017 17:50:06 +0000 (13:50 -0400)
commitd81a6da7020761d3922db66baa5f20bf0a2aa5ce
tree54d9996a0cd6d9f3544c46d9a06a7170bc078815
parent2b4a173e8995029565ca8509473c513ae17fbeea
rawvideoparse: Rename frame-stride in to frame-size

The term stride is confusing here, since the stride is always use
to signal the pixel row size of an image (including padding). Also
a frame may have a single stride, which adds to the confusion. This
patch uses frame-size, which simply indicate the frame size in the
case the images have some padding in between.

https://bugzilla.gnome.org/show_bug.cgi?id=780053
gst/rawparse/gstrawvideoparse.c
gst/rawparse/gstrawvideoparse.h
tests/check/elements/rawvideoparse.c