Skip to content

v4l2: Keep decoder capture fps same as output fps if it's not set

Qi Hou requested to merge (removed):framerate into master

acquire_format() may cannot get capture fps from driver, set decoder capture fps according to output fps in such case. This can avoid not-negotiation when decoder is connected to element whose fps in sink caps is none 0.

Merge request reports