Skip to content
  • Nicolas Dufresne's avatar
    v4l2videodec: Move capture probe after input format is set · 6ff07230
    Nicolas Dufresne authored and Nicolas Dufresne's avatar Nicolas Dufresne committed
    This is to support Amlogic CODEC driver which does not provide a full
    list of formats when the driver is initially opened. GStreamer does
    not strictly need this full list initially, but only later, in order
    to negotiate with downstream if multiple format can be selected.
    
    With this change, we will no longer probe twice the device, since the
    probed list can be directly used for negotation.
    6ff07230