From fdd0f9a33487b1227ea67f6fcfed5c5b7812d295 Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Wed, 27 Mar 2024 13:53:01 -0500 Subject: [PATCH] mfplat-streaming-support: Remove patch 0055. Addressed upstream by ea4b9bafb2f18ae0805c166e49bbb03641fc066c. --- ...d-MFVideoFormat_ARGB32-output-for-th.patch | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 patches/mfplat-streaming-support/0055-winegstreamer-Add-MFVideoFormat_ARGB32-output-for-th.patch diff --git a/patches/mfplat-streaming-support/0055-winegstreamer-Add-MFVideoFormat_ARGB32-output-for-th.patch b/patches/mfplat-streaming-support/0055-winegstreamer-Add-MFVideoFormat_ARGB32-output-for-th.patch deleted file mode 100644 index b4184f81..00000000 --- a/patches/mfplat-streaming-support/0055-winegstreamer-Add-MFVideoFormat_ARGB32-output-for-th.patch +++ /dev/null @@ -1,37 +0,0 @@ -From af54761b8536f81831f2813ef0ff9b627dcc5ca4 Mon Sep 17 00:00:00 2001 -From: Nikolay Sivov -Date: Wed, 12 Jan 2022 22:48:35 +0300 -Subject: [PATCH] winegstreamer: Add MFVideoFormat_ARGB32 output for the - source. - -(cherry picked from commit 9812591f0003c5c611faa59ab9b3cb73a85be637) - -CW-Bug-Id: #19975 ---- - dlls/winegstreamer/media_source.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/dlls/winegstreamer/media_source.c b/dlls/winegstreamer/media_source.c -index 00c40dc2f47..7a0f65b4247 100644 ---- a/dlls/winegstreamer/media_source.c -+++ b/dlls/winegstreamer/media_source.c -@@ -856,7 +856,7 @@ static HRESULT new_media_stream(struct media_source *source, - static HRESULT media_stream_init_desc(struct media_stream *stream) - { - IMFMediaTypeHandler *type_handler = NULL; -- IMFMediaType *stream_types[6]; -+ IMFMediaType *stream_types[7]; - struct wg_format format; - DWORD type_count = 0; - unsigned int i; -@@ -875,6 +875,7 @@ static HRESULT media_stream_init_desc(struct media_stream *stream) - WG_VIDEO_FORMAT_YV12, - WG_VIDEO_FORMAT_YUY2, - WG_VIDEO_FORMAT_I420, -+ WG_VIDEO_FORMAT_BGRA, - }; - - IMFMediaType *base_type = mf_media_type_from_wg_format(&format); --- -2.40.0 -