[PATCH v2 11/13] qedit: Rename the Reader to Source.

Gabriel Ivăncescu gabrielopcode at gmail.com
Thu Apr 16 10:25:03 CDT 2020


Signed-off-by: Gabriel Ivăncescu <gabrielopcode at gmail.com>
---

Needed to pass the tests.

 dlls/qedit/mediadet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/qedit/mediadet.c b/dlls/qedit/mediadet.c
index 9a69d12..9903238 100644
--- a/dlls/qedit/mediadet.c
+++ b/dlls/qedit/mediadet.c
@@ -622,7 +622,7 @@ static HRESULT WINAPI MediaDet_put_Filename(IMediaDet* iface, BSTR newVal)
         return E_OUTOFMEMORY;
     }
 
-    if (FAILED(hr = IGraphBuilder_AddSourceFilter(gb, newVal, L"Reader", &bf)))
+    if (FAILED(hr = IGraphBuilder_AddSourceFilter(gb, newVal, L"Source", &bf)))
     {
         heap_free(filename);
         IGraphBuilder_Release(gb);
-- 
2.21.0




More information about the wine-devel mailing list