diff options
author | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2008-08-24 22:05:48 +0000 |
---|---|---|
committer | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2008-08-24 22:05:48 +0000 |
commit | c980279fa4ab6bdf782cb3c7c6832caea71c3ee6 (patch) | |
tree | b2f3ddcbc8ce58b14261ab82e2363f5931e01fb9 /configure.ac | |
parent | 4c75dffedcbeb67fac21655493fa726b2ad90294 (diff) | |
download | gst-plugins-bad-c980279fa4ab6bdf782cb3c7c6832caea71c3ee6.tar.gz gst-plugins-bad-c980279fa4ab6bdf782cb3c7c6832caea71c3ee6.tar.bz2 gst-plugins-bad-c980279fa4ab6bdf782cb3c7c6832caea71c3ee6.zip |
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).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 64026721..aa4b39bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1298,6 +1298,7 @@ sys/oss4/Makefile sys/qtwrapper/Makefile sys/vcd/Makefile sys/wininet/Makefile +sys/winks/Makefile sys/winscreencap/Makefile examples/Makefile examples/app/Makefile |