Display error if video decoder doesn't initialize
This commit is contained in:
parent
5f5f835b2e
commit
566181e8d7
1 changed files with 1 additions and 0 deletions
|
|
@ -826,6 +826,7 @@ void Session::exec()
|
|||
SDL_AtomicUnlock(&m_DecoderLock);
|
||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION,
|
||||
"Failed to recreate decoder after reset");
|
||||
emit displayLaunchError("Unable to initialize video decoder. Please check your streaming settings and try again.");
|
||||
goto DispatchDeferredCleanup;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue