From 34b3ffed35c265651fecc5e2357dc24bddbb019f Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Sat, 3 Sep 2022 15:34:15 -0500 Subject: [PATCH] mfplat-streaming-support: Remove patch 0036. This was fixed upstream by 6dc35196, which rewrote the relevant code and propagates failure from SetOutputType(). --- ...ard-failure-from-SetOutputType-when-.patch | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 patches/mfplat-streaming-support/0036-mf-topology-Forward-failure-from-SetOutputType-when-.patch diff --git a/patches/mfplat-streaming-support/0036-mf-topology-Forward-failure-from-SetOutputType-when-.patch b/patches/mfplat-streaming-support/0036-mf-topology-Forward-failure-from-SetOutputType-when-.patch deleted file mode 100644 index a102931f..00000000 --- a/patches/mfplat-streaming-support/0036-mf-topology-Forward-failure-from-SetOutputType-when-.patch +++ /dev/null @@ -1,28 +0,0 @@ -From b576c16ac5bbfc425a6255b091b6f7dc829f8cb4 Mon Sep 17 00:00:00 2001 -From: Derek Lesho -Date: Thu, 18 Mar 2021 13:53:42 -0400 -Subject: [PATCH 36/88] mf/topology: Forward failure from ::SetOutputType when - resolving topology. - -Signed-off-by: Derek Lesho ---- - dlls/mf/topology.c | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/dlls/mf/topology.c b/dlls/mf/topology.c -index ff90bc2c8af..6ea80862583 100644 ---- a/dlls/mf/topology.c -+++ b/dlls/mf/topology.c -@@ -2122,8 +2122,7 @@ static HRESULT connect_to_sink(struct transform_output_type *output_type, struct - hr = IMFMediaTypeHandler_SetCurrentMediaType(context->sink_handler, output_type->type); - if (SUCCEEDED(hr)) - hr = IMFTransform_SetOutputType(output_type->transform, 0, output_type->type, 0); -- -- return S_OK; -+ return hr; - } - - static HRESULT connect_to_converter(struct transform_output_type *output_type, struct connect_context *context) --- -2.34.1 -