qv4l2: bug fix in re-subscribing source change events
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 21 Jul 2014 18:16:39 +0000 (20:16 +0200)
committerHans Verkuil <hans.verkuil@cisco.com>
Mon, 21 Jul 2014 18:16:39 +0000 (20:16 +0200)
commit3ff2c9a064767854554b5639459520ac9f6ec3cf
treec868192913626febe574c50768b680ffbf7fd437
parent0779c5fde5303f43eec1241b2b090cf237725687
qv4l2: bug fix in re-subscribing source change events

The source change event was only subscribed for the first event, not
for any of the others. Apparently an 'if-while' construct is legal (?!),
but I meant to write 'if () { do {} while() }'.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
utils/qv4l2/general-tab.cpp