niimaq: more specific debugging messages
This commit is contained in:
parent
10e1b3e910
commit
f0e7d6ec0b
@ -98,7 +98,7 @@ static gboolean gst_niimaqsrc_close_interface (GstNiImaqSrc * src);
|
|||||||
static char imaq_error_string[256]; \
|
static char imaq_error_string[256]; \
|
||||||
if (code) { \
|
if (code) { \
|
||||||
imgShowError (code, imaq_error_string); \
|
imgShowError (code, imaq_error_string); \
|
||||||
GST_ERROR ("IMAQ error: %s", imaq_error_string); \
|
GST_ERROR_OBJECT (src, "IMAQ error: %s", imaq_error_string); \
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user