Guy1524 / wine

Personal Wine Repo
Other
137 stars 9 forks source link

Wrong MF_MT_AUDIO_CHANNEL_MASK -> channel-mask conversion #12

Closed nsivov closed 4 years ago

nsivov commented 4 years ago

https://github.com/Guy1524/wine/blob/ed8e2738ed5790073fb50e45547f38c9fc752b46/dlls/winegstreamer/mfplat.c#L1527-L1530

This should be using 64bit int, because it's GST_TYPE_BITMASK. Otherwise gst_caps_set_simple() crashes for me.

Guy1524 commented 4 years ago

Thanks, updated.