Skip to content

webrtcsink: fix pipeline when input caps contain max-framerate

GstVideoInfo uses max-framerate to compute its fps, but this leads to issues in videorate when framerate is actually 0/1.

Fix this by stripping away max-framerate from input caps

Merge request reports