server fix

This commit is contained in:
Brad Stein 2025-06-23 20:42:13 -05:00
parent 306f7318d7
commit 9b8a01a32e

View File

@ -18,6 +18,6 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
libc = "0.2"
futures-util = "0.3"
gstreamer = { version = "0.23", features = ["v1_22"] }
gstreamer-app = "0.23"
gstreamer-app = { version = "0.23", features = ["v1_22"] }
gstreamer-video = "0.23"
udev = "0.8"