summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVivia Nikolaidou <vivia@toolsonair.com>2015-04-21 21:09:19 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-12-02 12:52:57 +0200
commit978bcd7181bf0f282cb17d2f5f6f1ac009508f37 (patch)
tree9fd2097a0eb9e2ba9d595d3df8c30ea63a3617f1 /configure.ac
parentc564a043d1321d74deb719e6e90fb7e2f9074b70 (diff)
alevel: New audio/video level element
The videoframe-audiolevel element acts like a synchronized audio/video "level" element. For each video frame, it posts a level-style message containing the RMS value of the corresponding audio frames. This element needs both video and audio to pass through it. Furthermore, it needs a queue after its video source. https://bugzilla.gnome.org/show_bug.cgi?id=748259
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2ecc868e9..ece0034bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -435,6 +435,7 @@ AG_GST_CHECK_PLUGIN(accurip)
AG_GST_CHECK_PLUGIN(adpcmdec)
AG_GST_CHECK_PLUGIN(adpcmenc)
AG_GST_CHECK_PLUGIN(aiff)
+AG_GST_CHECK_PLUGIN(videoframe_audiolevel)
AG_GST_CHECK_PLUGIN(asfmux)
AG_GST_CHECK_PLUGIN(audiofxbad)
AG_GST_CHECK_PLUGIN(audiomixer)
@@ -3415,6 +3416,7 @@ gst/accurip/Makefile
gst/adpcmdec/Makefile
gst/adpcmenc/Makefile
gst/aiff/Makefile
+gst/videoframe_audiolevel/Makefile
gst/asfmux/Makefile
gst/audiofxbad/Makefile
gst/audiomixer/Makefile