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
600c8186
Commit
600c8186
authored
Nov 16, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Nov 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfplat: Add EVRConfig_* attributes to tracing.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a2eb9995
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
main.c
dlls/mfplat/main.c
+13
-2
No files found.
dlls/mfplat/main.c
View file @
600c8186
...
...
@@ -33,6 +33,7 @@
#include "ole2.h"
#include "propsys.h"
#include "dxgi.h"
#include "uuids.h"
#include "wine/debug.h"
#include "wine/list.h"
...
...
@@ -1543,18 +1544,28 @@ const char *debugstr_attr(const GUID *guid)
X
(
MF_TOPONODE_MARKIN_HERE
),
X
(
MF_MT_H264_SUPPORTED_SYNC_FRAME_TYPES
),
X
(
MF_TOPONODE_MARKOUT_HERE
),
X
(
EVRConfig_ForceBob
),
X
(
MF_TOPONODE_DECODER
),
X
(
EVRConfig_AllowDropToBob
),
X
(
MF_TOPOLOGY_PROJECTSTART
),
X
(
EVRConfig_ForceThrottle
),
X
(
MF_VIDEO_MAX_MB_PER_SEC
),
X
(
MF_TOPOLOGY_PROJECTSTOP
),
X
(
MF_SINK_WRITER_ENCODER_CONFIG
),
X
(
EVRConfig_AllowDropToThrottle
),
X
(
MF_TOPOLOGY_NO_MARKIN_MARKOUT
),
X
(
EVRConfig_ForceHalfInterlace
),
X
(
EVRConfig_AllowDropToHalfInterlace
),
X
(
EVRConfig_ForceScaling
),
X
(
MF_MT_H264_CAPABILITIES
),
X
(
EVRConfig_AllowScaling
),
X
(
MF_SOURCE_READER_ENABLE_TRANSCODE_ONLY_TRANSFORMS
),
X
(
MFT_PREFERRED_ENCODER_PROFILE
),
X
(
EVRConfig_ForceBatching
),
X
(
EVRConfig_AllowBatching
),
X
(
MF_TOPOLOGY_DYNAMIC_CHANGE_NOT_ALLOWED
),
X
(
MF_MT_MPEG2_PROFILE
),
X
(
MF_MT_VIDEO_PROFILE
),
X
(
MF_MT_MPEG2_PROFILE
),
X
(
MF_MT_DV_AAUX_CTRL_PACK_1
),
X
(
MF_MT_ALPHA_MODE
),
X
(
MF_MT_MPEG2_TIMECODE
),
...
...
@@ -1743,8 +1754,8 @@ const char *debugstr_attr(const GUID *guid)
X
(
MF_TOPONODE_DISABLE_PREROLL
),
X
(
MF_MT_VIDEO_3D_FORMAT
),
X
(
MF_EVENT_STREAM_METADATA_KEYDATA
),
X
(
MF_SOURCE_READER_D3D_MANAGER
),
X
(
MF_SINK_WRITER_D3D_MANAGER
),
X
(
MF_SOURCE_READER_D3D_MANAGER
),
X
(
MFSampleExtension_3DVideo
),
X
(
MF_MT_H264_USAGE
),
X
(
MF_MEDIA_ENGINE_EME_CALLBACK
),
...
...
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