On Fri Mar 31 19:35:56 2023 +0000, Zebediah Figura wrote:
I don't think we quite want to do it this way, rather we should probably just test if we can convert it to a wg_format. We'll need to do that anyway. Then we can just set a flag on the stream rather than later checking the array again.
It seems that we can't set a flag to stream in autoplug_continue_cb(), because stream is created in pad_added_cb(), we can get the stream in autoplug_continue_cb() I think.