Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivienne Watermeier <vwatermeier@igalia.com>2022-05-11 16:16:36 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-09-12 18:14:39 +0300
commit8d73b5008af0a3855d5655c4a14dcfd275dfbd37 (patch)
treedda798ff2e15de5c88e9451586ba24bdd5dd7666 /meson.build
parent2bf5f0bf676091787904f39baf7186431c4f6535 (diff)
Add RTP de/payloader elements for AV1
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/881
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0e985479..4f6487e9 100644
--- a/meson.build
+++ b/meson.build
@@ -67,7 +67,8 @@ plugins = {
'gst-plugin-textahead': 'libgsttextahead',
'gst-plugin-onvif': 'libgstrsonvif',
'gst-plugin-tracers': 'libgstrstracers',
- 'gst-plugin-webrtchttp': 'libgstwebrtchttp'
+ 'gst-plugin-webrtchttp': 'libgstwebrtchttp',
+ 'gst-plugin-rtpav1': 'libgstrtpav1',
}
extra_env = {}