summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-02-02 08:04:42 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-02-02 08:04:42 +0000
commitff46dde1543b3ddc5c95a998c0647cb827318cbd (patch)
tree2d80c8712a575f18886f18ea78d4d23674d105cb
parent7aace9e1b256002cf92b84814525f7b290671d09 (diff)
gst-plugins-rs: update for gst-plugin-webrtc feature rename
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1241 Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1339>
-rw-r--r--recipes/gst-plugins-rs.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-rs.recipe b/recipes/gst-plugins-rs.recipe
index cf8b76f5..54b98583 100644
--- a/recipes/gst-plugins-rs.recipe
+++ b/recipes/gst-plugins-rs.recipe
@@ -129,7 +129,7 @@ class Recipe(recipe.Recipe):
'-plugin-tracers', '-rtp', '-sdp', '-utils', '-video', '-webrtc')
for each in components:
self.cargo_features.append(f'gst{each}/v1_22')
- self.cargo_features.append('gst-plugin-webrtc/gst1_22')
+ self.cargo_features.append('gst-plugin-webrtc/v1_22')
async def configure(self):
# Check that the Cargo.toml version matches the recipe version