feat(gst): Added gst a high level wrapper over gstreamer

chore(example): Added hdr-gstreamer-wgpu example
chore(license): Added MIT license to all crates
This commit is contained in:
uttarayan21
2025-12-16 02:23:30 +05:30
parent 6cc83ba655
commit 7f9152e8fd
26 changed files with 2815 additions and 53 deletions

View File

@@ -5,9 +5,10 @@ members = [
"typegen",
"ui-gpui",
"ui-iced",
"crates/iced_video_player",
"store",
"jello-types",
"gst",
"examples/hdr-gstreamer-wgpu",
]
[workspace.dependencies]
iced = { version = "0.14.0", features = [
@@ -18,8 +19,10 @@ iced = { version = "0.14.0", features = [
"tokio",
"debug",
] }
iced_video_player = "0.6"
gst = { version = "0.1.0", path = "gst" }
# iced_video_player = { git = "https://github.com/jazzfool/iced_video_player" }
iced_video_player = { path = "crates/iced_video_player" }
# iced_video_player = { path = "crates/iced_video_player" }
[package]
name = "jello"