alevel: New audio/video level element
authorVivia Nikolaidou <vivia@toolsonair.com>
Tue, 21 Apr 2015 18:09:19 +0000 (21:09 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 2 Dec 2015 10:52:57 +0000 (12:52 +0200)
commit978bcd7181bf0f282cb17d2f5f6f1ac009508f37
tree9fd2097a0eb9e2ba9d595d3df8c30ea63a3617f1
parentc564a043d1321d74deb719e6e90fb7e2f9074b70
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
configure.ac
gst/videoframe_audiolevel/Makefile.am [new file with mode: 0644]
gst/videoframe_audiolevel/gstvideoframe-audiolevel.c [new file with mode: 0644]
gst/videoframe_audiolevel/gstvideoframe-audiolevel.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/elements/videoframe-audiolevel.c [new file with mode: 0644]