aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle André Vadla Ravnås2008-08-24 17:05:48 -0500
committerOle André Vadla Ravnås2008-08-24 17:05:48 -0500
commitc980279fa4ab6bdf782cb3c7c6832caea71c3ee6 (patch)
treeb2f3ddcbc8ce58b14261ab82e2363f5931e01fb9 /configure.ac
parent4c75dffedcbeb67fac21655493fa726b2ad90294 (diff)
downloadgst-plugins-bad0-10-c980279fa4ab6bdf782cb3c7c6832caea71c3ee6.tar.gz
gst-plugins-bad0-10-c980279fa4ab6bdf782cb3c7c6832caea71c3ee6.tar.xz
gst-plugins-bad0-10-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.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 64026721c..aa4b39bdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1298,6 +1298,7 @@ sys/oss4/Makefile
1298sys/qtwrapper/Makefile 1298sys/qtwrapper/Makefile
1299sys/vcd/Makefile 1299sys/vcd/Makefile
1300sys/wininet/Makefile 1300sys/wininet/Makefile
1301sys/winks/Makefile
1301sys/winscreencap/Makefile 1302sys/winscreencap/Makefile
1302examples/Makefile 1303examples/Makefile
1303examples/app/Makefile 1304examples/app/Makefile