Skip to content

autovideoconvert: should not forward the allocation query if no element is selected

  1. autovideoconvert always forwards allocation query downstream directly before selecting any sub-element.
  2. If forward this query, it can generate multiple allocation handling and influence the allocation choices of downstream plugins because the caps in this query is often not the final caps. And it can also influence upstream buffer usage if this pool is created.
  3. Should not forward the allocation query if no element is selected

Merge request reports