mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 11:40:22 +00:00
main: name video capture thread
This commit is contained in:
@@ -352,6 +352,8 @@ static void usage(const char *exec_path, bool full = false)
|
||||
*/
|
||||
static void *capture_thread(void *arg)
|
||||
{
|
||||
set_thread_name(__func__);
|
||||
|
||||
struct module *uv_mod = (struct module *)arg;
|
||||
struct state_uv *uv = (struct state_uv *) uv_mod->priv_data;
|
||||
struct wait_obj *wait_obj;
|
||||
|
||||
Reference in New Issue
Block a user