v4l2object: Workaround decoder that set num_planes to 0 in the format
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 8 Apr 2014 22:17:31 +0000 (18:17 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 8 May 2014 19:56:36 +0000 (15:56 -0400)
commit409cccb47762ba310f12014df5f365ced07ddf96
tree8928037bab13f96d57fa4c06f9ee272cfd25c7b0
parent46ffef798c41bdaef1d0b503a78b685b12a82015
v4l2object: Workaround decoder that set num_planes to 0 in the format

Some well known decoder wrongly set num_planes to 0 in their format instead of
one. In this case we would endup with no size when deciding buffer allocation.
sys/v4l2/gstv4l2object.c