plugin: Add RAW system memory importer

Add "clapperrawimporter" module which allows importing RAW system memory mapped frames
This commit is contained in:
Rafostar
2022-05-01 16:58:34 +02:00
committed by Rafał Dzięgiel
parent 044710f97e
commit 5b7b7085e4
5 changed files with 166 additions and 0 deletions

View File

@@ -68,3 +68,5 @@ gst_clapper_sink_dep = declare_dependency(
include_directories: configinc,
dependencies: gst_clapper_plugin_deps,
)
subdir('importers')