v4l2: Move configuration of framerate to _set_format
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 13 Jul 2011 09:19:28 +0000 (11:19 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 13 Jul 2011 09:19:28 +0000 (11:19 +0200)
commit9f4cf3be58571c21f2bc3a18498038a0fd10cd9f
tree5a1a34f93069a2b327bac327913e3aaa46a0b02f
parent100d46b5b9ae3349700df7e4e92ea4f9ddf54b1c
v4l2: Move configuration of framerate to _set_format

Move the configuration of the framerate to where we set the other format
parameters.
Remove hack to check if the device is active.
Store streamparm in the device info.
Use some macros to access the current device configuration.
Remove some duplicate fields in src and sink and use the device configuration
instead.
sys/v4l2/gstv4l2object.c
sys/v4l2/gstv4l2object.h
sys/v4l2/gstv4l2sink.c
sys/v4l2/gstv4l2src.c
sys/v4l2/gstv4l2src.h
sys/v4l2/v4l2_calls.h
sys/v4l2/v4l2src_calls.c
sys/v4l2/v4l2src_calls.h