imperxflexsrc: change assert to be compatible with GLib 2.36

This commit is contained in:
Joshua M. Doe 2017-09-26 09:26:07 -04:00
parent 034971d860
commit e21a40fd4a

View File

@ -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;