Skip to content
Snippets Groups Projects
Commit 43993feb authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard
Browse files

mf/session: Forward MR_STREAM_VOLUME_SERVICE requests to SAR node.

parent ff0a13c8
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment