plugin: Add GL memory importer

Add "clapperglimporter" and a base class for creating GL importers. This module allows importing GL memory into GdkTexture.
This commit is contained in:
Rafostar
2022-05-01 17:04:35 +02:00
committed by Rafał Dzięgiel
parent 5b7b7085e4
commit 3e0a0e0555
6 changed files with 807 additions and 0 deletions

View File

@@ -19,6 +19,11 @@ option('rawimporter',
value: 'auto',
description: 'Build RAW system memory importer for clappersink'
)
option('glimporter',
type: 'feature',
value: 'auto',
description: 'Build GL memory importer for clappersink'
)
option('devel-checks',
type: 'boolean',