Commit 0e622f64 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winegstreamer: Fix typo.

Introduced in 98d20975. An application (Idol Showdown) fails to play its intro video without this change. Signed-off-by: 's avatarEric Pouech <epouech@codeweavers.com>
parent 0542346d
......@@ -947,7 +947,7 @@ static HRESULT media_stream_init_desc(struct media_stream *stream)
if (FAILED(hr = MFCreateMediaType(&iyuv_type)))
goto done;
if (FAILED(hr = IMFMediaType_CopyAllItems(iyuv_type, (IMFAttributes *)iyuv_type)))
if (FAILED(hr = IMFMediaType_CopyAllItems(new_type, (IMFAttributes *)iyuv_type)))
goto done;
if (FAILED(hr = IMFMediaType_SetGUID(iyuv_type, &MF_MT_SUBTYPE, &MFVideoFormat_IYUV)))
goto done;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment