v4l2: remove unused variables
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 27 Jul 2011 14:46:46 +0000 (16:46 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 27 Jul 2011 14:46:46 +0000 (16:46 +0200)
commit63fc64dd982b74e9ff625e44f1bab800ce3957af
treefc15be00952d7050db93dd1489778ef2e827d71e
parentb638bb47355ce2df63dd8c62a7cfc2fb31dd3ebb
v4l2: remove unused variables

Use the more specialized type for the bufferpool.
Use the size from the driver as the size of the image to read.
Don't configure the pool when created. This will be done in the setup_allocation
method later or by upstream for sinks.
Remove unused properties and variables. Bufferpool sizes are now configured in
the bufferpool by the elements in the pipeline. We might want to influence the
pool size later somehow.
sys/v4l2/gstv4l2bufferpool.c
sys/v4l2/gstv4l2bufferpool.h
sys/v4l2/gstv4l2object.c
sys/v4l2/gstv4l2object.h
sys/v4l2/gstv4l2sink.c
sys/v4l2/gstv4l2src.c