Part 1 of a set of changes for making the recording of highlights and "Play of the Game"s to mp4 in Overwatch work.
This MR contains most of the required IMFMediaSink changes.
--
v2: winegstreamer: Avoid an assert in Gstreamer code.
mfplat: Return NULL for *stream_sink on error in IMFMediaSink::AddStreamSink.
mfplat: Accept any media types without a MF_MT_USER_DATA attribute in MFCreateWaveFormatExFromMFMediaType.
mf/tests: Add test for MEStreamSinkStarted and MEStreamSinkRequestSample events.
winegstreamer: Request new samples after starting media sink and after processing a sample.
mf/tests: Test media sink creation with a media type without MF_MT_USER_DATA attribute.
winegstreamer: Generate AAC codec data if not provided in a media type.
winegstreamer: Implement IMFStreamSink::IMFMediaTypeHandler.GetMajorType.
winegstreamer: Copy media type instead of returning a reference in IMFStreamSink::IMFMediaTypeHandler.GetCurrentMediaType.
winegstreamer: Implement IMFMediaSink::GetPresentationClock.
winegstreamer: Implement IMFMediaSink::SetPresentationClock.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5159
On Fri Mar 8 07:56:39 2024 +0000, Huw Davies wrote:
> ```suggestion:-0+0
> }
> /* FALLTHROUGH */
> ```
> The commit message could be better, e.g.
> ```
> comdlg32: Don't treat cmb1 as the printer list unless in PRINT_SETUP.
> This changes WMCommandW to match WMCommandA.
> ```
> Essentially swapping the subject with the sentence in the body.
Fixed. Thanks Huw.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4971#note_64269