GStreamer multimedia framework
Find a file
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/audiomixer audiomixer: document caps negotiation raciness 2017-07-14 13:54:48 +01:00
gst-libs/gst/audio audioaggregator: remove buffer!=NULL check 2017-10-05 18:12:29 +02:00
tests/check/elements tests: simplify audiomixer test 2017-09-17 10:20:09 -07:00