Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
cb41e4b1
Commit
cb41e4b1
authored
Jan 13, 2022
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jan 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfplat: Add MECapture* events to tracing.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d0e9fbf6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
main.c
dlls/mfplat/main.c
+6
-0
mfobjects.idl
include/mfobjects.idl
+7
-0
No files found.
dlls/mfplat/main.c
View file @
cb41e4b1
...
...
@@ -2134,6 +2134,12 @@ static const char *debugstr_eventid(DWORD event)
X
(
MEAudioSessionFormatChanged
),
X
(
MEAudioSessionDisconnected
),
X
(
MEAudioSessionExclusiveModeOverride
),
X
(
MECaptureAudioSessionVolumeChanged
),
X
(
MECaptureAudioSessionDeviceRemoved
),
X
(
MECaptureAudioSessionFormatChanged
),
X
(
MECaptureAudioSessionDisconnected
),
X
(
MECaptureAudioSessionExclusiveModeOverride
),
X
(
MECaptureAudioSessionServerShutdown
),
X
(
METrustUnknown
),
X
(
MEPolicyChanged
),
X
(
MEContentProtectionMessage
),
...
...
include/mfobjects.idl
View file @
cb41e4b1
...
...
@@ -579,6 +579,13 @@ enum {
MEAudioSessionDisconnected
=
320
,
MEAudioSessionExclusiveModeOverride
=
321
,
MESinkV1Anchor
=
MEAudioSessionExclusiveModeOverride
,
MECaptureAudioSessionVolumeChanged
=
322
,
MECaptureAudioSessionDeviceRemoved
=
323
,
MECaptureAudioSessionFormatChanged
=
324
,
MECaptureAudioSessionDisconnected
=
325
,
MECaptureAudioSessionExclusiveModeOverride
=
326
,
MECaptureAudioSessionServerShutdown
=
327
,
MESinkV2Anchor
=
MECaptureAudioSessionServerShutdown
,
METrustUnknown
=
400
,
MEPolicyChanged
=
401
,
MEContentProtectionMessage
=
402
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment