Skip to content

interlace: Also handle a missing "interlace-mode" field as progressive

Sebastian Dröge requested to merge slomo/gstreamer:interlace-negotiation into main

Otherwise caps negotiation will fail in situations that are supposed to work, like:

  "video/x-raw,framerate=(fraction)60/1" ! interlace field-pattern=0 ! "video/x-raw,framerate=(fraction)30/1"

Merge request reports