diff --git a/spa/plugins/v4l2/v4l2-utils.c b/spa/plugins/v4l2/v4l2-utils.c index 45b4684fc..8e77280c9 100644 --- a/spa/plugins/v4l2/v4l2-utils.c +++ b/spa/plugins/v4l2/v4l2-utils.c @@ -636,7 +636,7 @@ have_size: /* check against filter */ idx = spa_props_index_for_id (&filter->props, SPA_PROP_ID_VIDEO_FRAMERATE); if (idx == SPA_IDX_INVALID) - return SPA_RESULT_ENUM_END; + goto have_framerate; pi = &filter->props.prop_info[idx]; if (pi->type != SPA_PROP_TYPE_FRACTION)