gstreamer/sys/winks
Ole André Vadla Ravnås cddfa50d92 winks: performance improvements
* Make the driver write directly into each GstBuffer to avoid memcpy().
* Don't memset() the buffer before reusing it.
* Recycle memory by keeping two spare buffers. Two because the sink
  downstream may keep a ref to the previous buffer.

Note that we align buffers on highest possible byte boundary (4096) so we
don't have to take into account what kind of alignment the driver requires.
2010-10-28 17:08:35 +02:00
..
gstksclock.c winks: store priv pointer instead of looking it up 2010-10-28 17:08:35 +02:00
gstksclock.h winks: store priv pointer instead of looking it up 2010-10-28 17:08:35 +02:00
gstksvideodevice.c winks: performance improvements 2010-10-28 17:08:35 +02:00
gstksvideodevice.h winks: performance improvements 2010-10-28 17:08:35 +02:00
gstksvideosrc.c winks: performance improvements 2010-10-28 17:08:35 +02:00
gstksvideosrc.h winks: store priv pointer instead of looking it up 2010-10-28 17:08:35 +02:00
kshelpers.c winks: ignore unsupported formats 2010-10-28 17:08:27 +02:00
kshelpers.h winks: ignore unsupported formats 2010-10-28 17:08:27 +02:00
ksvideohelpers.c winks: sort devices that look like cameras first 2010-10-28 17:08:31 +02:00
ksvideohelpers.h winks: sort devices that look like cameras first 2010-10-28 17:08:31 +02:00
Makefile.am New plugin for low-latency video capture on Windows (#519935). 2008-08-24 22:05:48 +00:00