diff options
Diffstat (limited to 'recipes/gst-plugins-rs.recipe')
-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', |