videolevels: port to 1.0

This commit is contained in:
Joshua M. Doe
2013-05-14 16:16:05 -04:00
parent 6e28e762e0
commit f995ed9987
4 changed files with 162 additions and 275 deletions

View File

@@ -28,6 +28,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"videoadjust",
videoadjust,
"Filters that apply transform from 16-bit to 8-bit video",
plugin_init, VERSION, GST_LICENSE, PACKAGE_NAME, GST_PACKAGE_ORIGIN);