0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

Merge pull request #1518 from fredemmott/stopping-on-delay-stop

ui: Emit STREAMING_STOPPING when stop queued
This commit is contained in:
Jim 2018-12-03 04:27:18 -08:00 committed by GitHub
commit 1db398ad8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4931,6 +4931,9 @@ void OBSBasic::StreamDelayStopping(int sec)
ui->streamButton->setMenu(startStreamMenu);
ui->statusbar->StreamDelayStopping(sec);
if (api)
api->on_event(OBS_FRONTEND_EVENT_STREAMING_STOPPING);
}
void OBSBasic::StreamingStart()