From 117d3d60f1d48af69800c47f52403670ef4089a7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 14 Aug 2025 09:51:08 -0500 Subject: [PATCH] add commented out gstreamer parts --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 09dec14..22f1a46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,10 @@ dirs = "5.0.1" tokio = "1.41.1" crisp = { git = "https://git.tfcconnection.org/chris/crisp", version = "0.1.3" } rodio = { version = "0.20.1", features = ["symphonia-all", "tracing"] } -gstreamer = "0.23.3" -gstreamer-app = "0.23.3" +gstreamer = "0.23" +gstreamer-app = "0.23" +# gstreamer-video = "0.23" +# gstreamer-allocators = "0.23" # cosmic-time = "0.2.0" url = "2" colors-transform = "0.2.11"