2
0
forked from Ivasoft/DSView

mem manager update 1

This commit is contained in:
dreamsourcelabTAI
2021-11-09 13:51:59 +08:00
parent 0e4f0ae52e
commit 140b5bf9f5
19 changed files with 156 additions and 134 deletions

View File

@@ -401,8 +401,7 @@ void DecoderStack::do_decode_work()
pv::data::Logic *data = NULL;
if (!_options_changed)
{
qDebug()<<"data not be ready";
{
return;
}
_options_changed = false;
@@ -542,9 +541,7 @@ void DecoderStack::decode_data(const uint64_t decode_start, const uint64_t decod
if (error)
g_free(error);
qDebug()<<"decode tack proc end";
if (!_session->is_closed())
decode_done();
}
@@ -565,8 +562,7 @@ void DecoderStack::decode_proc()
// Get the intial sample count
_sample_count = _snapshot->get_sample_count();
qDebug()<<"sample count:"<<_sample_count;
// Create the decoders
for(auto &dec : _stack)