Initial commit of two preliminary plugins, videolevels and niimaqsrc

This commit is contained in:
Joshua M. Doe
2010-03-12 14:24:43 -05:00
commit 7fff476758
23 changed files with 1865 additions and 0 deletions

13
config.h Normal file
View File

@@ -0,0 +1,13 @@
/* GStreamer license */
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "VISION Plug-ins GIT/prerelease"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* Version number of package */
#define VERSION "0.10.0.1"
#define PACKAGE "gst-plugins-vision"