mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
v4l2: fix negotiation with missing framerate in filter
This commit is contained in:
parent
64ad745437
commit
648e5a299b
1 changed files with 1 additions and 1 deletions
|
|
@ -636,7 +636,7 @@ have_size:
|
||||||
/* check against filter */
|
/* check against filter */
|
||||||
idx = spa_props_index_for_id (&filter->props, SPA_PROP_ID_VIDEO_FRAMERATE);
|
idx = spa_props_index_for_id (&filter->props, SPA_PROP_ID_VIDEO_FRAMERATE);
|
||||||
if (idx == SPA_IDX_INVALID)
|
if (idx == SPA_IDX_INVALID)
|
||||||
return SPA_RESULT_ENUM_END;
|
goto have_framerate;
|
||||||
|
|
||||||
pi = &filter->props.prop_info[idx];
|
pi = &filter->props.prop_info[idx];
|
||||||
if (pi->type != SPA_PROP_TYPE_FRACTION)
|
if (pi->type != SPA_PROP_TYPE_FRACTION)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue