mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 23:26:13 -05:00
libobs,UI: Add output failure code for HDR being unsupported
This commit is contained in:
@@ -7282,6 +7282,10 @@ void OBSBasic::StreamingStop(int code, QString last_error)
|
||||
encode_error = true;
|
||||
break;
|
||||
|
||||
case OBS_OUTPUT_HDR_DISABLED:
|
||||
errorDescription = Str("Output.ConnectFail.HdrDisabled");
|
||||
break;
|
||||
|
||||
default:
|
||||
case OBS_OUTPUT_ERROR:
|
||||
use_last_error = true;
|
||||
|
||||
Reference in New Issue
Block a user