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

@@ -14,6 +14,12 @@ option('gst-plugin',
description: 'Build GStreamer plugin (includes GTK video sink element)'
)
option('rawimporter',
type: 'feature',
value: 'auto',
description: 'Build RAW system memory importer for clappersink'
)
option('devel-checks',
type: 'boolean',
value: false,