diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-02-02 08:04:42 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-02-02 08:04:42 +0000 |
commit | ff46dde1543b3ddc5c95a998c0647cb827318cbd (patch) | |
tree | 2d80c8712a575f18886f18ea78d4d23674d105cb | |
parent | 7aace9e1b256002cf92b84814525f7b290671d09 (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.recipe | 2 |
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 |