libv4l: Do not set format for control applications
authorhans@localhost.localdomain <hans@localhost.localdomain>
Thu, 21 May 2009 14:20:32 +0000 (16:20 +0200)
committerhans@localhost.localdomain <hans@localhost.localdomain>
Thu, 21 May 2009 14:20:32 +0000 (16:20 +0200)
commit8112296d13d3d92e8b7a0612a89ecf039eb88af8
tree45829888a312efbd28ffe1818824dfaa487a49f0
parent0a9c588898cc1f00f369b6c7003f043e48dc355f
libv4l: Do not set format for control applications

From: Hans de Goede <hdegoede@redhat.com>

When we must do conversion (as we want todo flipping / processing) and
the cam does not default to a supported dest format, we set the emulated
format to rgb24, wait with doing this till the app actually does something
format related, otherwise control applications like v4l2ucp used to
become the stream owner locking out other apps.

Priority: normal

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
lib/libv4l2/libv4l2.c