audio: Add helper object for audio discontinuity detection and sample alignment
authorSebastian Dröge <sebastian@centricular.com>
Mon, 11 Sep 2017 19:49:32 +0000 (22:49 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 28 Sep 2017 11:06:05 +0000 (14:06 +0300)
commitec1e20ffe5c160f92ecec2d122d1e21b258471c3
tree14fe3c073bb295bcb871981e0906dd3ae2893081
parent0e8a510eda94cacdf2b7f47afd1a387352f09e5b
audio: Add helper object for audio discontinuity detection and sample alignment

This is the same code that is in decklinkaudiosrc, audioringbuffer,
audiomixer and various other places. Have it once instead of copying it
everywhere.

https://bugzilla.gnome.org/show_bug.cgi?id=787560
docs/libs/gst-plugins-base-libs-sections.txt
gst-libs/gst/audio/Makefile.am
gst-libs/gst/audio/audio.h
gst-libs/gst/audio/gstaudiostreamalign.c [new file with mode: 0644]
gst-libs/gst/audio/gstaudiostreamalign.h [new file with mode: 0644]
gst-libs/gst/audio/meson.build
tests/check/libs/audio.c
win32/common/libgstaudio.def