Skip to content
Snippets Groups Projects
Commit 948e6a10 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Debug output

parent 72fcd888
No related branches found
No related tags found
2 merge requests!86Fixes for multi swap in net buffers,!85Partial fixes from chunk sync
Pipeline #12681 passed
This commit is part of merge request !86. Comments created here will be created in the context of that merge request.
...@@ -279,6 +279,7 @@ void Streamer::_swap(StreamSource *src) { ...@@ -279,6 +279,7 @@ void Streamer::_swap(StreamSource *src) {
} }
src->src->swap(); src->src->swap();
LOG(INFO) << "SWAP FROM: " << src->frame;
src->src->getFrames(src->rgb, src->depth); src->src->getFrames(src->rgb, src->depth);
//if (!src->rgb.empty() && src->prev_depth.empty()) { //if (!src->rgb.empty() && src->prev_depth.empty()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment