v4l: fix compiler warning
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 25 Sep 2009 14:32:18 +0000 (15:32 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 7 Oct 2009 09:15:52 +0000 (10:15 +0100)
commita039d3a1a6c649b8a8496bf60066c48272551d47
treebd3e4d8dc9138cd3337cd9c083bc03f9e2077543
parentccf5d6551aad36c9ab44516dac6a9436d0e6101a
v4l: fix compiler warning

Fix 'variable may be used uninitialized' compiler warning (which is
true in theory, but can't actually ever happen, since we always
call the function with check=FALSE).

Fixes #596313.
sys/v4l/gstv4lelement.c