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:
authorRafael Caricio <rafael@caricio.com>2021-05-21 20:44:03 +0300
committerSebastian Dröge <slomo@coaxion.net>2021-11-16 11:23:44 +0300
commite87a7afe3e311e33f05c9114565b95ae8f374ab8 (patch)
treef2a6897b2aefa0651afdedd6eeaed63694b2c6a1 /meson.build
parentb738d5933db85e33f1ea51e1ace44d52a9aaa613 (diff)
Add hlssink3 plugin
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 d9761a5e..a6910aad 100644
--- a/meson.build
+++ b/meson.build
@@ -44,6 +44,7 @@ plugins = {
'gst-plugin-lewton': 'libgstlewton',
'gst-plugin-rav1e': 'libgstrav1e',
'gst-plugin-reqwest': 'libgstreqwest',
+ 'gst-plugin-hlssink3': 'libgsthlssink3',
'gst-plugin-rspng': 'libgstrspng',
'gst-plugin-rusoto': 'libgstrusoto',
'gst-plugin-textwrap': 'libgstrstextwrap',