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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2019-10-12 17:11:13 +0300
committerPhilippe Normand <phil@base-art.net>2019-12-24 17:10:58 +0300
commit84c40b872d29288ac8c539b56a39c7753abd8fed (patch)
tree8aedb93d19e5e4c03ce4973b16595c4b1c1b8d6f /meson.build
parent317679fec33d290cafa0119fd645ecaee75f08a1 (diff)
dav1d: Add dav1ddec element
This element uses the Dav1d AV1 decoder library to decode AV1 video.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2e9f86b98..47dd6029d 100644
--- a/meson.build
+++ b/meson.build
@@ -25,6 +25,7 @@ plugins_rep = {
'gst-plugin-audiofx': 'libgstrsaudiofx',
'gst-plugin-cdg': 'libgstcdg',
'gst-plugin-closedcaption': 'libgstrsclosedcaption',
+ 'gst-plugin-dav1d': 'libgstrsdav1d',
'gst-plugin-fallbackswitch': 'libgstfallbackswitch',
'gst-plugin-file': 'libgstrsfile',
'gst-plugin-flv': 'libgstrsflv',