Commit 2b471514 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mfplay: Raise MFP_EVENT_TYPE_ERROR events on pipeline errors.

parent ed346057
......@@ -1571,6 +1571,12 @@ static HRESULT WINAPI media_player_session_events_callback_Invoke(IMFAsyncCallba
break;
case MEError:
media_event_create(player, MFP_EVENT_TYPE_ERROR, event_status, NULL, &event);
break;
default:
;
}
......
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