Skip to content
Snippets Groups Projects
Commit d8e67b7e authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add debug msg for processing step

parent fb434fba
No related branches found
No related tags found
1 merge request!314Resolve "advanceDerived() badly placed"
Pipeline #4205 passed
This commit is part of merge request !314. Comments created here will be created in the context of that merge request.
......@@ -159,6 +159,8 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
}
case RUNNING_WITHOUT_PACK :
{
WOLF_DEBUG( "PT ", getName(), " RUNNING_WITHOUT_PACK");
processKnown();
if (voteForKeyFrame() && permittedKeyFrame())
......
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