Skip to content

Commit

Permalink
message-video: Use gst paintable sink
Browse files Browse the repository at this point in the history
  • Loading branch information
melix99 committed Jan 20, 2023
1 parent eb4980f commit 8a98e99
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 12 deletions.
315 changes: 315 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ anyhow = "1.0"
ellipse = "0.2"
futures = { version = "0.3", default-features = false }
gettext-rs = { version = "0.7", features = ["gettext-system"] }
gst = { version = "0.19", package = "gstreamer" }
gst_gtk = { version = "0.9", package = "gst-plugin-gtk4", features = ["wayland", "x11glx", "x11egl"] }
gst_video = { version = "0.19", package = "gstreamer-video" }
gtk = { version = "0.5", package = "gtk4", features = ["v4_8", "xml_validation"] }
image = { version = "0.24", default-features = false, features = ["webp"] }
indexmap = "1.9"
Expand Down
Loading

0 comments on commit 8a98e99

Please sign in to comment.