mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-25 09:09:59 +01:00
fix problem on creating v4l streams in dummy mode
git-svn-id: svn://code.dyne.org/veejay/trunk@1199 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -465,6 +465,9 @@ int _vj_server_del_client(vj_server * vje, int link_id)
|
||||
}
|
||||
_vj_server_empty_queue(vje, link_id);
|
||||
Link[link_id]->handle = 0;
|
||||
Link[link_id]->promote = 0;
|
||||
Link[link_id]->n_queued = 0;
|
||||
Link[link_id]->n_retrieved = 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user