Re: [PATCH v12 0/7] MR4449: winegstreamer: WMReader compressed output
12 Mar
2024
12 Mar
'24
1:43 p.m.
On Tue Mar 12 13:40:49 2024 +0000, Yuxuan Shui wrote:
I spotted the problem. In `init_stream`: ```c stream->wg_stream = wg_parser_get_stream(reader->wg_parser, reader->stream_count - i - 1); ``` vs `reinit_stream`: ```c stream->wg_stream = wg_parser_get_stream(reader->wg_parser, i); ``` Though indeed the order of the streams is not guaranteed to stay the same (as per @rbernon) (Sorry forgot to mention this is proton only)
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4449#note_64413
646
Age (days ago)
646
Last active (days ago)
0 comments
1 participants
participants (1)
-
Yuxuan Shui (@yshui)