Skip to content

msdkdec: do not try to set config on pool that is already active

For d3dvideosink in certain scenarios, we try to set config on msdk side buffer pool that is already active, which returns an error. Instead, skip the config on the active pool.

Merge request reports