Skip to content

Commit

Permalink
more better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian P. Nierhaus committed Mar 1, 2017
1 parent 3a21899 commit c515d8e
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 227 deletions.
2 changes: 1 addition & 1 deletion bebo-capture-svc/CaptureDesktop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ HRESULT CPushPinDesktop::FillBuffer(IMediaSample *pSample)
// let it pretend and try to catch up, it's not quite a frame behind
previousFrameEndTime = previousFrameEndTime + m_rtFrameLength;
} else if ((REFERENCE_TIME)now > (previousFrameEndTime + m_rtFrameLength)) {
info("resetting previousFrameEndTime %d, %d => %d", now, previousFrameEndTime, endFrame);
debug("resetting previousFrameEndTime %d, %d => %d", now, previousFrameEndTime, endFrame);
previousFrameEndTime = endFrame;
} else {
endFrame = now + m_rtFrameLength/2; // ?? seems to not hurt, at least...I guess
Expand Down
Loading

0 comments on commit c515d8e

Please sign in to comment.