Skip to content

Commit

Permalink
update gstreamer to 1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aeikum committed Mar 31, 2021
1 parent 6c15b7f commit 31161ce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gst-plugins-base
Submodule gst-plugins-base updated from 9d3581 to ce69d1
2 changes: 1 addition & 1 deletion gst-plugins-good
Submodule gst-plugins-good updated from ce0723 to 941312
2 changes: 1 addition & 1 deletion gstreamer
Submodule gstreamer updated from 129493 to eacb7a
14 changes: 7 additions & 7 deletions media-converter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proton-media-converter"
version = "1.0.0"
version = "6.3.0"
authors = ["Andrew Eikum <aeikum@codeweavers.com>"]
repository = "https://github.com/ValveSoftware/Proton/"
license = "MIT/Apache-2.0"
Expand All @@ -9,12 +9,12 @@ description = "Proton media converter"

[dependencies]
glib = "0.10.1"
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", tag = "0.16.2" }
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", tag = "0.16.2" }
gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", tag = "0.16.2" }
gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", tag = "0.16.2" }
once_cell = "1.0"
crc32fast = "1.2"
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", tag = "0.16.7" }
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", tag = "0.16.7" }
gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", tag = "0.16.7" }
gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", tag = "0.16.7" }
once_cell = "1.7.2"
crc32fast = "1.2.1"

[lib]
name = "protonmediaconverter"
Expand Down

0 comments on commit 31161ce

Please sign in to comment.