gstreamer/gst-libs
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
..
gst/audio audioaggregator: remove buffer!=NULL check 2017-10-05 18:12:29 +02:00