build: use git version info in plugins and build ZIP package

This commit is contained in:
Joshua M. Doe
2017-08-03 10:14:49 -04:00
parent 623abe0c2a
commit ff8376b9d2
30 changed files with 216 additions and 30 deletions

View File

@@ -30,4 +30,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
videoadjust,
"Filters that apply transform from 16-bit to 8-bit video",
plugin_init, VERSION, GST_LICENSE, PACKAGE_NAME, GST_PACKAGE_ORIGIN);
plugin_init, PACKAGE_VERSION, GST_LICENSE, PACKAGE_NAME, GST_PACKAGE_ORIGIN);