提交 9f046dc5 编写于 作者: R Richard Stanway

UI: Log when output timer events stop outputs

上级 bf756193
......@@ -208,11 +208,13 @@ void OutputTimer::ShowHideDialog()
void OutputTimer::EventStopStreaming()
{
blog(LOG_INFO, "Stopping stream due to OutputTimer timeout");
obs_frontend_streaming_stop();
}
void OutputTimer::EventStopRecording()
{
blog(LOG_INFO, "Stopping recording due to OutputTimer timeout");
obs_frontend_recording_stop();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册