mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
cddfa50d92
* 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. |
||
---|---|---|
.. | ||
gstksclock.c | ||
gstksclock.h | ||
gstksvideodevice.c | ||
gstksvideodevice.h | ||
gstksvideosrc.c | ||
gstksvideosrc.h | ||
kshelpers.c | ||
kshelpers.h | ||
ksvideohelpers.c | ||
ksvideohelpers.h | ||
Makefile.am |