diff options
author | Sanchayan Maity <sanchayan@sanchayanmaity.net> | 2024-05-02 12:58:46 +0530 |
---|---|---|
committer | Sanchayan Maity <sanchayan@sanchayanmaity.net> | 2024-05-02 12:58:46 +0530 |
commit | 27d1694d3b713807f35d73027e7b154711f43376 (patch) | |
tree | 54d0048d24c09a7a4254b0f6d03498e2fef0bc4c /recipes | |
parent | d60f07fe3ea9ccd6824f50194c5c060dbb46fd99 (diff) |
gst-plugins-rs: Add quinn plugin
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1465>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gst-plugins-rs.recipe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/gst-plugins-rs.recipe b/recipes/gst-plugins-rs.recipe index 6a14f460..1b7dbea6 100644 --- a/recipes/gst-plugins-rs.recipe +++ b/recipes/gst-plugins-rs.recipe @@ -46,6 +46,7 @@ class Recipe(recipe.Recipe): 'mp4', 'ndi', 'onvif', + 'quinn', 'rav1e', 'regex', 'reqwest', @@ -112,8 +113,8 @@ class Recipe(recipe.Recipe): plugin_files = { 'core': ['fallbackswitch', 'livesync', 'rsinter', 'rstracers', 'threadshare', 'togglerecord'], - 'net': ['aws', 'hlssink3', 'ndi', 'rsonvif', 'raptorq', 'reqwest', - 'rsrtp', 'rsrtsp', 'webrtchttp', 'rswebrtc'], + 'net': ['aws', 'hlssink3', 'ndi', 'quinn', 'rsonvif', 'raptorq', + 'reqwest', 'rsrtp', 'rsrtsp', 'webrtchttp', 'rswebrtc'], 'effects': ['rsaudiofx', 'rsvideofx'], 'codecs': ['cdg', 'claxon', 'dav1d', 'rsclosedcaption', 'ffv1', 'fmp4', 'mp4', 'gif', 'hsv', 'lewton', 'rav1e', 'json', |