Skip to content

winegstreamer: Call wg_format_get_max_size() to get the video decoder output sample size.

Conor McCarthy requested to merge cmccarthy/wine:wg_output_size into master

Windows uses a smaller alignment than gstreamer for some formats, for example NV12. This means we cannot use MFCalculateImageSize() to get the output sample size. Commit 7b79e3a8 switched to calling it instead of GetOutputStreamInfo() to fix some game bugs.

Merge request reports

Loading