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:
authorSebastian Dröge <sebastian@centricular.com>2022-11-07 21:41:50 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-11-08 20:08:47 +0300
commitc2f403f998b2b525b2b5ab9943a0c7207cb5fd56 (patch)
tree50da3ef2c1d35b25932a24a5c0e020762fe1e02a /meson.build
parenta5f31976513186e2776ece2923ae11faaffe1b0b (diff)
gst-plugin-mp4: Add new MP4 plugin with a non-fragmented MP4 muxer
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 97d7e6c0..d76f8770 100644
--- a/meson.build
+++ b/meson.build
@@ -49,6 +49,7 @@ plugins = {
# sodium has an external dependency, see below
'gst-plugin-threadshare': 'libgstthreadshare',
+ 'gst-plugin-mp4': 'libgstmp4',
'gst-plugin-fmp4': 'libgstfmp4',
'gst-plugin-aws': 'libgstaws',