gstreamer/gst-libs/gst/audio
Stefan Sauer 1b84283396 audioaggregator: remove buffer!=NULL check
Acording to the logic this cannot happen (we already check this before). So
add a assert like we do above and remove the check. This make it clearer that
we check for the offset range.
Also remove a dead assignment since we reassign this a few lines below.
2017-10-05 18:12:29 +02:00
..
gstaudioaggregator.c audioaggregator: remove buffer!=NULL check 2017-10-05 18:12:29 +02:00
gstaudioaggregator.h audio: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00