-
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().