On Tue Mar 7 01:29:36 2023 +0000, Zebediah Figura wrote:
Will we ever pass a non-NULL format here?
We will pass a non-NULL format here only if we want to handle stream change notify returned by wg_transform_read_data(). See: https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/winegstreamer/wg_tran....
H264 decoder handles it, and passes a non-NULL format. See: https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/winegstreamer/h264_de...
I want to make things easier at first. So I ignore the stream change stuff for now.