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:
authorGuillaume Desmottes <guillaume@desmottes.be>2022-01-12 10:47:12 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-01-12 10:47:23 +0300
commit4576bea10c2838b1ea47bd525ae77efe7fb4f9ea (patch)
tree314bd7b9de2cb7eb0beca05dc8bc8e54f13ecab9 /meson.build
parent64dd5887349c1e7590db7bd7bd49710b1370eccb (diff)
add textahead plugin
Plugin displaying upcoming text buffers ahead.
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 820a1d4ae..10cd4df29 100644
--- a/meson.build
+++ b/meson.build
@@ -60,6 +60,7 @@ plugins = {
'gst-plugin-videofx': 'libgstvideofx',
'gst-plugin-uriplaylistbin': 'libgsturiplaylistbin',
'gst-plugin-spotify': 'libgstspotify',
+ 'gst-plugin-textahead': 'libgsttextahead',
}
extra_env = {}