rawvideoparse: Use GstValueArray for strides and offsets
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 15 Mar 2017 19:28:49 +0000 (15:28 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 24 Mar 2017 17:50:06 +0000 (13:50 -0400)
commit2b4a173e8995029565ca8509473c513ae17fbeea
treed648564b645ba3272be8b31d6b83c376fdfc5ed3
parent6749e81ce2633a1f320c918184341c16174a5bfb
rawvideoparse: Use GstValueArray for strides and offsets

This allow using those property through gst-launch-1.0. This type
gained a deserilizer recently. The syntax is: <val1, val2, ...>.
Note that we also use the type int instead of uint to avoid having
to cast when specifying the values. The deserilizers assume
int by default.

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