New plugin for low-latency video capture on Windows (#519935).
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Sun, 24 Aug 2008 22:05:48 +0000 (22:05 +0000)
committerOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Sun, 24 Aug 2008 22:05:48 +0000 (22:05 +0000)
commitc980279fa4ab6bdf782cb3c7c6832caea71c3ee6
treeb2f3ddcbc8ce58b14261ab82e2363f5931e01fb9
parent4c75dffedcbeb67fac21655493fa726b2ad90294
New plugin for low-latency video capture on Windows (#519935).

Original commit message from CVS:
* configure.ac:
* sys/Makefile.am:
* sys/winks/Makefile.am:
* sys/winks/gstksclock.c:
* sys/winks/gstksclock.h:
* sys/winks/gstksvideodevice.c:
* sys/winks/gstksvideodevice.h:
* sys/winks/gstksvideosrc.c:
* sys/winks/gstksvideosrc.h:
* sys/winks/kshelpers.c:
* sys/winks/kshelpers.h:
* sys/winks/ksvideohelpers.c:
* sys/winks/ksvideohelpers.h:
New plugin for low-latency video capture on Windows (#519935).
Uses Kernel Streaming, the lowest level API for doing video capture
on Windows (more or less just raw ioctls).
14 files changed:
ChangeLog
configure.ac
sys/Makefile.am
sys/winks/Makefile.am [new file with mode: 0644]
sys/winks/gstksclock.c [new file with mode: 0644]
sys/winks/gstksclock.h [new file with mode: 0644]
sys/winks/gstksvideodevice.c [new file with mode: 0644]
sys/winks/gstksvideodevice.h [new file with mode: 0644]
sys/winks/gstksvideosrc.c [new file with mode: 0644]
sys/winks/gstksvideosrc.h [new file with mode: 0644]
sys/winks/kshelpers.c [new file with mode: 0644]
sys/winks/kshelpers.h [new file with mode: 0644]
sys/winks/ksvideohelpers.c [new file with mode: 0644]
sys/winks/ksvideohelpers.h [new file with mode: 0644]