13
0

Fix for #8005: Remove rec_box also when transport stopping.

Under some circumstances the transport FSM is still in stopping state when
::non_realtime_stop() already emits TransportStatechange. In that case the rec
boxes are not removed if we consider transport stopping == rolling.
This commit is contained in:
Johannes Mueller 2020-04-13 01:59:12 +02:00
parent 6df03b2f1f
commit 97e07f4f4c

View File

@ -196,7 +196,7 @@ AudioStreamView::setup_rec_box ()
{
//cerr << _trackview.name() << " streamview SRB region_views.size() = " << region_views.size() << endl;
if (!_trackview.session()->transport_stopped()) {
if (!_trackview.session()->transport_stopped_or_stopping()) {
// cerr << "\trolling\n";