Add GStreamer support for video textures and update related files

- Introduced GStreamerTexture class for handling video frames.
- Updated texture loading methods to include FromGStreamer.
- Modified effect handling to support GStreamer textures.
- Updated launch configuration and added new sample scripts.
This commit is contained in:
Diego Lopes
2026-03-20 21:54:43 -04:00
parent e538df3673
commit 52dc6fc757
13 changed files with 391 additions and 48 deletions

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"request": "launch",
"program": "${workspaceFolder}/build/debug/live-wallpaper",
"args": [
"${workspaceFolder}/samples/dry_rocky_gorge.lua"
"${workspaceFolder}/samples/test.lua"
],
"cwd": "${workspaceFolder}",
"environment": [],