Closed nsivov closed 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.
Thanks, updated.
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.