videolevels: add support for 8- and 16-bit Bayer

Since GstVideoFilter doesn't support Bayer, most work was in reverting back to GstBaseTransform
This commit is contained in:
Joshua M. Doe
2018-07-10 14:38:53 -04:00
parent 5d58db5e9e
commit 44dfc350f0
3 changed files with 249 additions and 147 deletions

View File

@@ -5,6 +5,10 @@ set (SOURCES
set (HEADERS
gstvideolevels.h)
include_directories (AFTER
${PROJECT_SOURCE_DIR}/common
)
set (libname libgstvideoadjust)
add_library (${libname} MODULE