v4l2src: add a function pointer for get_frame function and optimize a bit
authorStefan Kost <ensonic@users.sf.net>
Fri, 11 Sep 2009 19:24:47 +0000 (22:24 +0300)
committerStefan Kost <ensonic@users.sf.net>
Fri, 11 Sep 2009 19:24:47 +0000 (22:24 +0300)
commit00ffa9c2dde5361017f7d523970921cfb1937199
treee1415c0782719e758384ef8027c4dbdddbf08921
parent1a945a32ccae14b2828cacdd5d11560039df5d74
v4l2src: add a function pointer for get_frame function and optimize a bit

Use a function-pointer for mmap/read, as this can't change during capture. Also
sprinkle a few G_LIKELY/UNLIKELY to improve the error-less code path.
sys/v4l2/gstv4l2src.c
sys/v4l2/gstv4l2src.h