Skip to content

decodebin3: change stream selection message owner

In order to select the streams on GST_MESSAGE_STREAM_COLLECTION, , the app needs to send the select-streams event to the decodebin and not to the parsebin. The message should be always owned by the decodebin.

Merge request reports