Commit 43993feb authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

mf/session: Forward MR_STREAM_VOLUME_SERVICE requests to SAR node.

parent ff0a13c8
......@@ -2080,7 +2080,8 @@ static HRESULT WINAPI session_get_service_GetService(IMFGetService *iface, REFGU
{
hr = session_get_video_render_service(session, service, riid, obj);
}
else if (IsEqualGUID(service, &MR_POLICY_VOLUME_SERVICE))
else if (IsEqualGUID(service, &MR_POLICY_VOLUME_SERVICE) ||
IsEqualGUID(service, &MR_STREAM_VOLUME_SERVICE))
{
hr = session_get_audio_render_service(session, service, riid, obj);
}
......
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