diff --git a/validate/gst/validate/gst-validate-pad-monitor.c b/validate/gst/validate/gst-validate-pad-monitor.c index 9a5cc0abad..0dc5a4b0b4 100644 --- a/validate/gst/validate/gst-validate-pad-monitor.c +++ b/validate/gst/validate/gst-validate-pad-monitor.c @@ -367,7 +367,7 @@ _structures_field_is_contained (GstStructure * s1, GstStructure * s2, if (!v1) return !mandatory; - if (!gst_value_is_fixed (v1) && !gst_value_is_fixed (v2)) + if (!gst_value_is_fixed (v1)) return TRUE; if (gst_value_compare (v1, v2) == GST_VALUE_EQUAL)