add commented out gstreamer parts

This commit is contained in:
Chris Cochrun 2025-08-14 09:51:08 -05:00
parent 10fbbe5a65
commit 117d3d60f1

View file

@ -25,8 +25,10 @@ dirs = "5.0.1"
tokio = "1.41.1" tokio = "1.41.1"
crisp = { git = "https://git.tfcconnection.org/chris/crisp", version = "0.1.3" } crisp = { git = "https://git.tfcconnection.org/chris/crisp", version = "0.1.3" }
rodio = { version = "0.20.1", features = ["symphonia-all", "tracing"] } rodio = { version = "0.20.1", features = ["symphonia-all", "tracing"] }
gstreamer = "0.23.3" gstreamer = "0.23"
gstreamer-app = "0.23.3" gstreamer-app = "0.23"
# gstreamer-video = "0.23"
# gstreamer-allocators = "0.23"
# cosmic-time = "0.2.0" # cosmic-time = "0.2.0"
url = "2" url = "2"
colors-transform = "0.2.11" colors-transform = "0.2.11"