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:
authorGuillaume Desmottes <guillaume.desmottes@onestream.live>2021-10-15 17:57:55 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2021-11-29 12:55:01 +0300
commitf9a39b1138d77c48a54735c74a49ee5e28ab887d (patch)
tree42b1521e6f24d81d1718724336d9f1f1b74da84a /meson.build
parent97e6a89cac2992c27fb9dc341a10b0b5dadbb24b (diff)
add uriplaylistbin plugin
uriplaylistbin plays a list of URIs sequentially, ensuring gapless transitions and proper streams synchronization.
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 8dbbef34..772d714d 100644
--- a/meson.build
+++ b/meson.build
@@ -58,6 +58,7 @@ plugins = {
# https://github.com/qnighy/libwebp-sys2-rs/issues/4
'gst-plugin-webp': 'libgstrswebp',
'gst-plugin-videofx': 'libgstvideofx',
+ 'gst-plugin-uriplaylistbin': 'libgsturiplaylistbin',
}
extra_env = {}