Skip to content

Commit

Permalink
Update include/rtc/pacinghandler.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Paul-Louis Ageneau <[email protected]>
  • Loading branch information
Sean-Der and paullouisageneau authored Apr 26, 2024
1 parent 88a78ea commit 8060914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rtc/pacinghandler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class RTC_CPP_EXPORT PacingHandler : public MediaHandler {
std::chrono::time_point<std::chrono::high_resolution_clock> mLastRun;

std::mutex mMutex;
std::queue<message_ptr> mRtpBuffer = {};
std::queue<message_ptr> mRtpBuffer;

void schedule(const message_callback &send);
};
Expand Down

0 comments on commit 8060914

Please sign in to comment.