diff --git a/sys/pylon/gstpylonsrc.c b/sys/pylon/gstpylonsrc.c index b021064..5d53442 100644 --- a/sys/pylon/gstpylonsrc.c +++ b/sys/pylon/gstpylonsrc.c @@ -2174,7 +2174,7 @@ error: static gboolean gst_pylonsrc_set_test_image_source (GstPylonSrc * src) { - if (is_prop_implicit (src, PROP_TESTIMAGESOURCE)) { + if (!(is_prop_default (src, PROP_TESTIMAGESOURCE))) { // Set whether test image will be shown if (feature_supported (src, "ImageFilename")) { GENAPIC_RESULT res;