feat(gst): add glib dependency and update video texture handling

This commit is contained in:
uttarayan21
2025-12-17 14:07:53 +05:30
parent ccae03d105
commit a0bda88246
5 changed files with 164 additions and 23 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
error-stack = "0.6"
glib = "0.21.5"
gstreamer = "0.24.4"
gstreamer-app = "0.24.4"
thiserror = "2.0"