Alexandre Julliard pushed to branch master at wine / wine
Commits: b857a916 by Conor McCarthy at 2024-12-05T19:52:57+01:00 winegstreamer: Handle null transform in video IMediaObject::Flush().
Other methods for the video object return DMO_E_TYPE_NOT_SET if wg_transform is null. A race condition in Nioh can result in Flush() being called when the transform is not set.
- - - - - 8c096956 by Conor McCarthy at 2024-12-05T19:52:57+01:00 winegstreamer: Handle null transform in video IMFTransform::ProcessMessage() DRAIN.
ProcessMessage() can return MF_E_TRANSFORM_TYPE_NOT_SET if necessary.
- - - - - 5fb0b358 by Conor McCarthy at 2024-12-05T19:52:57+01:00 winegstreamer: Handle null transform in video IMFTransform::ProcessMessage() FLUSH.
- - - - - 3bf0b436 by Conor McCarthy at 2024-12-05T19:52:57+01:00 winegstreamer: Handle null transform in WMA IMediaObject::Flush().
- - - - -
2 changed files:
- dlls/winegstreamer/video_decoder.c - dlls/winegstreamer/wma_decoder.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a207ec601501a350999a7a2312ae7a...