v4l2: move capture code to device object
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 13 Jul 2011 16:32:00 +0000 (18:32 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 13 Jul 2011 16:32:00 +0000 (18:32 +0200)
commit7c5f5b1b7f200689238ec9201a72b13d1bae3d36
tree31d54a6d702b65774a14d3bc306172a5f1c1af6d
parentebd03a3fade1201c8bcf7c548dd329d100c78f8b
v4l2: move capture code to device object

Move the details of how to capture to the device object. Remove the
v4l2src_calls.[ch] files because they are empty now.
Provide two simple methods to get and return a buffer to the device.
Also do a slow copy when the buffer is not from our pool.
sys/v4l2/Makefile.am
sys/v4l2/gstv4l2object.c
sys/v4l2/gstv4l2object.h
sys/v4l2/gstv4l2sink.c
sys/v4l2/gstv4l2src.c
sys/v4l2/gstv4l2src.h
sys/v4l2/gstv4l2tuner.c
sys/v4l2/gstv4l2vidorient.c
sys/v4l2/v4l2src_calls.c [deleted file]
sys/v4l2/v4l2src_calls.h [deleted file]