audio: Move audioaggregator base class to a library
authorSebastian Dröge <sebastian@centricular.com>
Sat, 16 Jan 2016 16:56:26 +0000 (18:56 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 22 Jan 2016 10:39:48 +0000 (12:39 +0200)
commit8a1fa31c67a2ff494ed4bce7692815501a6c2f31
tree0580b1f838b9e70558e833165eb9c135158039ed
parenta2376d00cf3448309ac55033b2c0578df52c107a
audio: Move audioaggregator base class to a library

It's useful enough already to be used in other elements for audio aggregation,
let's give people the opportunity to use it and give it some API testing.

https://bugzilla.gnome.org/show_bug.cgi?id=760733
configure.ac
gst-libs/gst/Makefile.am
gst-libs/gst/audio/Makefile.am [new file with mode: 0644]
gst-libs/gst/audio/gstaudioaggregator.c [moved from gst/audiomixer/gstaudioaggregator.c with 100% similarity]
gst-libs/gst/audio/gstaudioaggregator.h [moved from gst/audiomixer/gstaudioaggregator.h with 100% similarity]
gst/audiomixer/Makefile.am
gst/audiomixer/gstaudiointerleave.h
gst/audiomixer/gstaudiomixer.h
pkgconfig/gstreamer-bad-audio-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-bad-audio.pc.in [new file with mode: 0644]