On Wed Mar 29 04:04:36 2023 +0000, Zebediah Figura wrote:
We should create a extra bin for each stream, is that correct? For
example, for a ASF file contains both video and audio streams, the first decodebin demux it into video and audio. Then we should create two extra decodebins, one for the video stream, and another for the audio. Is that true? That's the idea, yes. Note that we'd only create an extra bin for a stream which we recognize the compressed type of, though. If we don't recognize the type we should return true from autoplug-continue, and not hook up an extra decodebin.
I've submitted MR !2546 that implements it. This MR will be updated after !2546 is merged.