On Wed May 31 01:49:23 2023 +0000, Ziqing Hui wrote:
What I think is add something like wg_unknown(I not sure that its name should be) to wingstreamer which represent the muxer component. Then we have 3 components in winegstreamer:
- wg_parser to demux and decode.
- wg_transform to decode and encode.
- wg_unknown to mux (and maybe encode).
Now, the question is: should wg_unknown contain encoding pipeline like wg_parser who contains decoding pipeline? If do, it behaves like a opposite of wg_parser, then maybe we could make use of encodebin plugin? If not, it only does mux stuff.
From my perspective, I prefer to have a individual muxer component.