mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[obs] fix timeout when unsupported frame type is provided
This commit is contained in:
parent
accf300c6c
commit
1f4395570c
1 changed files with 1 additions and 0 deletions
1
obs/lg.c
1
obs/lg.c
|
@ -646,6 +646,7 @@ static void lgVideoTick(void * data, float seconds)
|
|||
|
||||
default:
|
||||
printf("invalid type %d\n", this->type);
|
||||
lgmpClientMessageDone(this->frameQueue);
|
||||
os_sem_post(this->frameSem);
|
||||
obs_leave_graphics();
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue