Skip to content

Commit

Permalink
Merge pull request #76 from sdroege/require-gstreamer-0.17.4
Browse files Browse the repository at this point in the history
Require at least version 0.17.4 of the GStreamer core bindings
  • Loading branch information
samuvlad authored Oct 6, 2021
2 parents 74b47f0 + 8585ef1 commit cdfa63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
glib = "0.14"
gst = { package = "gstreamer", version = "0.17", features = ["v1_12"] }
gst = { package = "gstreamer", version = "0.17.4", features = ["v1_12"] }
gst-base = { package = "gstreamer-base", version = "0.17" }
gst-audio = { package = "gstreamer-audio", version = "0.17" }
gst-video = { package = "gstreamer-video", version = "0.17", features = ["v1_12"] }
Expand Down

0 comments on commit cdfa63f

Please sign in to comment.