Skip to content

pad: When creating a stream-id, use internal links iterator for getting the sinkpad

Previously we were simply checking if there are 1 or 0 sinkpads and then tried to get the sinkpad by name "sink". This is more strict than required (we require a single internally linked sinkpad, not globally a single one) and also does not allow getting the sinkpad if it has a different name.

Merge request reports