clapper-gtk: video: Use GtkGraphicsOffload

Place our widget inside GtkGraphicsOffload when possible. For now we place
it always except Windows OS where it does not do anything currently.
This commit is contained in:
Rafał Dzięgiel
2025-01-22 21:01:39 +01:00
parent 4016da96d5
commit 881941200f
2 changed files with 14 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ project('clapper', 'c',
glib_req = '>= 2.76.0'
gst_req = '>= 1.24.0'
gtk4_req = '>= 4.10.0'
gtk4_req = '>= 4.16.0'
adw_req = '>= 1.4.0'
clapper_version = meson.project_version().split('-')[0]