plugin: Add "clapperglimport" element

A Clapper import element that imports GStreamer `GLMemory` into `GdkTexture` for improved performance where OpenGL is available
This commit is contained in:
Rafał Dzięgiel
2022-03-31 12:53:10 +02:00
parent 0061e133f9
commit 9a19e10542
6 changed files with 709 additions and 0 deletions

View File

@@ -50,7 +50,9 @@ gst_clapper_plugin_sources = [
'gstclappergdkmemory.c',
'gstclappergdkbufferpool.c',
'gstclapperbaseimport.c',
'gstclapperglbaseimport.c',
'gstclapperimport.c',
'gstclapperglimport.c',
'gstclappersink.c',
'gstclapperpaintable.c',
'gstgtkutils.c',