Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-12-09 13:17:51 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-12-18 11:06:50 +0300
commit975a3a53af79621746094266e43de95ea0cd8b56 (patch)
tree38e270d0a9c65b93736fdc3ccf6f7b163e13e99b
parentc655edd8927d6fa1d3484f6ee053f92ea33a3e57 (diff)
rtp: Update to bitstream-io 2.0
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1410>
-rw-r--r--net/rtp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rtp/Cargo.toml b/net/rtp/Cargo.toml
index 71320adec..58f621b1c 100644
--- a/net/rtp/Cargo.toml
+++ b/net/rtp/Cargo.toml
@@ -9,7 +9,7 @@ description = "GStreamer Rust RTP Plugin"
rust-version = "1.70"
[dependencies]
-bitstream-io = "1.3"
+bitstream-io = "2.0"
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21", features = ["v1_20"] }
gst-rtp = { package = "gstreamer-rtp", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21", features = ["v1_20"]}
chrono = { version = "0.4", default-features = false }