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>2022-10-23 11:55:25 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-23 20:04:43 +0300
commit45168639e9d7e850350202db5064d8be05daf576 (patch)
tree65322fc18b1db30a61ab5d42724b8611c6e17c9b /Cargo.toml
parentb97a855a51cede2bd673fc53ba272775d64a318a (diff)
Rename rtpav1 plugin to just rtp
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/243
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6cf2b3bef..980dd8142 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ members = [
"net/onvif",
"net/raptorq",
"net/reqwest",
- "net/rtpav1",
+ "net/rtp",
"net/webrtc-http",
"net/webrtc",
"net/webrtc/protocol",
@@ -67,7 +67,7 @@ default-members = [
"net/onvif",
"net/raptorq",
"net/reqwest",
- "net/rtpav1",
+ "net/rtp",
"net/webrtc-http",
"net/webrtc",
"net/webrtc/protocol",