Commit 662095c6 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mf/session: Forward more events to the application.

parent 6ff7575a
...@@ -3242,6 +3242,13 @@ static HRESULT WINAPI session_events_callback_Invoke(IMFAsyncCallback *iface, IM ...@@ -3242,6 +3242,13 @@ static HRESULT WINAPI session_events_callback_Invoke(IMFAsyncCallback *iface, IM
LeaveCriticalSection(&session->cs); LeaveCriticalSection(&session->cs);
break; break;
case MEExtendedType:
case MERendererEvent:
case MEStreamSinkFormatChanged:
IMFMediaEventQueue_QueueEvent(session->event_queue, event);
break;
case MENewStream: case MENewStream:
stream = (IMFMediaStream *)value.punkVal; stream = (IMFMediaStream *)value.punkVal;
......
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