matroxsrc: don't let MIL display error dialogs
We should be handling errors in code.
This commit is contained in:
parent
f2d021c519
commit
4af04a21ba
@ -184,6 +184,7 @@ gst_matroxsrc_milapp_get ()
|
||||
MIL_ID setup_value = M_NULL;
|
||||
g_assert (g_milapp_use_count == 0);
|
||||
MappAlloc (M_NULL, M_DEFAULT, &setup_value);
|
||||
MappControl (setup_value, M_ERROR, M_PRINT_DISABLE);
|
||||
g_once_init_leave (&g_milapp, setup_value);
|
||||
}
|
||||
g_milapp_use_count += 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user