imperxflexsrc: change assert to be compatible with GLib 2.36
This commit is contained in:
parent
034971d860
commit
e21a40fd4a
@ -154,7 +154,7 @@ gst_framelinksrc_class_init (GstFramelinkSrcClass * klass)
|
||||
static void
|
||||
gst_framelinksrc_reset (GstFramelinkSrc * src)
|
||||
{
|
||||
g_assert_null (src->grabber);
|
||||
g_assert (src->grabber == NULL);
|
||||
|
||||
src->acq_started = FALSE;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user