summaryrefslogtreecommitdiff
path: root/gst/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-12-27 13:34:29 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-12-28 12:16:18 +0100
commit2972b673c04762d3b73ba4f2da975c2e748e75ea (patch)
tree53bd96a5fa2e5334f5448fde06a749b14165bcbe /gst/meson.build
parenta9cf6f238fa8c3801c1da365d95d34f4691483cb (diff)
downloadgstreamer-plugins-base-2972b673c04762d3b73ba4f2da975c2e748e75ea.tar.gz
compositor: add to build after move from -bad
This replaces videomixer. Fixes #138
Diffstat (limited to 'gst/meson.build')
-rw-r--r--gst/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/meson.build b/gst/meson.build
index 8986eea8b..91be2a00b 100644
--- a/gst/meson.build
+++ b/gst/meson.build
@@ -1,5 +1,5 @@
foreach plugin : ['adder', 'app', 'audioconvert', 'audiomixer', 'audiorate', 'audioresample',
- 'audiotestsrc', 'encoding', 'gio', 'overlaycomposition', 'pbtypes', 'playback',
+ 'audiotestsrc', 'compositor', 'encoding', 'gio', 'overlaycomposition', 'pbtypes', 'playback',
'rawparse', 'subparse', 'tcp', 'typefind', 'videoconvert', 'videorate', 'videoscale',
'videotestsrc', 'volume']
if not get_option(plugin).disabled()