Merge pull request #19 from xia-chu/master

update
This commit is contained in:
baiyfcu
2020-09-22 17:20:22 +08:00
committed by GitHub
163 changed files with 6399 additions and 4256 deletions

View File

@@ -80,7 +80,7 @@ public:
strong_self->onData(frame);
}
});
for (auto &track : _player->getTracks()) {
for (auto &track : _player->getTracks(false)) {
track->addDelegate(delegate);
}
}