Re: [PATCH v2 0/4] MR10654: winegstreamer: Fix wg_parser/native video stride mismatch.
On Thu Apr 16 18:40:33 2026 +0000, Yuxuan Shui wrote:
I'm confused, wasn't the point here to fix raw video? Yes, it's just that the test videos I created are encoded with h264, and are decoded so the test is testing raw video (because this is the most straightforward way I thought). And since you mentioned it I was thinking I shouldn't have started with h264 at all. I am thinking a custom media source that output raw RGB and use video processing in source reader to convert to yuv. Oh and, although this is internal to wine, there are two pathways. Decoding h264 would go through wg_parser (or winedmo -> wg_transform if that's enabled); custom media source would go through media source -> wg_transform. And I wanted to specifically test wg_parser.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10654#note_136570
participants (1)
-
Yuxuan Shui (@yshui)