GNOME Bugzilla – Bug 588184
[0.11] [oggmux] separate video and audio sink pad templates
Last modified: 2011-11-10 19:22:25 UTC
Even though Oggmux is sorta content agnostic it would be nice if it exposed its request pads as video_%d and audio_%d in order to be more similar to other muxers
Besides being more similar to other muxers, the other rationale would be that that way oggmux doesn't have to check the caps of the pads any longer to decide on the initial ordering of the BOS pages, but can check the template instead ;)
Pad templates are now split, and we have already stopped checking caps for videoness or audioness, as this is now in oggstream (we still check for diracness, but that can't be done with just looking at the template).