Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
4df04dbd
Commit
4df04dbd
authored
Aug 01, 2021
by
Nikolay Sivov
Committed by
Alexandre Julliard
Aug 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfplat: Add some more attributes for tracing.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
7bedd313
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
main.c
dlls/mfplat/main.c
+3
-0
mftransform.idl
include/mftransform.idl
+3
-0
No files found.
dlls/mfplat/main.c
View file @
4df04dbd
...
...
@@ -1687,6 +1687,7 @@ const char *debugstr_attr(const GUID *guid)
X
(
MF_BYTESTREAM_DLNA_PROFILE_ID
),
X
(
MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_AUDCAP_ROLE
),
X
(
MF_MT_MAJOR_TYPE
),
X
(
MF_SA_REQUIRED_SAMPLE_COUNT_PROGRESSIVE
),
X
(
MF_MT_IN_BAND_PARAMETER_SET
),
X
(
MF_EVENT_SOURCE_CHARACTERISTICS
),
X
(
MF_EVENT_SOURCE_CHARACTERISTICS_OLD
),
...
...
@@ -1717,6 +1718,7 @@ const char *debugstr_attr(const GUID *guid)
X
(
MF_EVENT_STREAM_METADATA_KEYDATA
),
X
(
MF_READER_WRITER_D3D_MANAGER
),
X
(
MFSampleExtension_3DVideo
),
X
(
MF_SA_MINIMUM_OUTPUT_SAMPLE_COUNT_PROGRESSIVE
),
X
(
MF_MT_H264_USAGE
),
X
(
MF_MEDIA_ENGINE_EME_CALLBACK
),
X
(
MF_EVENT_SOURCE_FAKE_START
),
...
...
@@ -1775,6 +1777,7 @@ const char *debugstr_attr(const GUID *guid)
X
(
MF_EVENT_START_PRESENTATION_TIME_AT_OUTPUT
),
X
(
MFSampleExtension_DecodeTimestamp
),
X
(
MF_MEDIA_ENGINE_COMPATIBILITY_MODE
),
X
(
MF_SA_MINIMUM_OUTPUT_SAMPLE_COUNT
),
X
(
MF_MT_VIDEO_H264_NO_FMOASO
),
X
(
MF_MT_AVG_BIT_ERROR_RATE
),
X
(
MF_MT_VIDEO_PRIMARIES
),
...
...
include/mftransform.idl
View file @
4df04dbd
...
...
@@ -208,6 +208,9 @@ cpp_quote("EXTERN_GUID(MF_SA_D3D11_SHARED, 0x7b8f32c3, 0x6d96, 0x4
cpp_quote
(
"EXTERN_GUID(MF_SA_D3D11_SHARED_WITHOUT_MUTEX, 0x39dbd44d, 0x2e44, 0x4931, 0xa4, 0xc8, 0x35, 0x2d, 0x3d, 0xc4, 0x21, 0x15);"
)
cpp_quote
(
"EXTERN_GUID(MF_SA_D3D11_USAGE, 0xe85fe442, 0x2ca3, 0x486e, 0xa9, 0xc7, 0x10, 0x9d, 0xda, 0x60, 0x98, 0x80);"
)
cpp_quote
(
"EXTERN_GUID(MF_SA_REQUIRED_SAMPLE_COUNT, 0x18802c61, 0x324b, 0x4952, 0xab, 0xd0, 0x17, 0x6f, 0xf5, 0xc6, 0x96, 0xff);"
)
cpp_quote
(
"EXTERN_GUID(MF_SA_REQUIRED_SAMPLE_COUNT_PROGRESSIVE, 0xb172d58e, 0xfa77, 0x4e48, 0x8d, 0x2a, 0x1d, 0xf2, 0xd8, 0x50, 0xea, 0xc2);"
)
cpp_quote
(
"EXTERN_GUID(MF_SA_MINIMUM_OUTPUT_SAMPLE_COUNT, 0x851745d5, 0xc3d6, 0x476d, 0x95, 0x27, 0x49, 0x8e, 0xf2, 0xd1, 0x0d, 0x18);"
)
cpp_quote
(
"EXTERN_GUID(MF_SA_MINIMUM_OUTPUT_SAMPLE_COUNT_PROGRESSIVE, 0x0f5523a5, 0x1cb2, 0x47c5, 0xa5, 0x50, 0x2e, 0xeb, 0x84, 0xb4, 0xd1, 0x4a);"
)
cpp_quote
(
"EXTERN_GUID(MF_TRANSFORM_ASYNC, 0xf81a699a, 0x649a, 0x497d, 0x8c, 0x73, 0x29, 0xf8, 0xfe, 0xd6, 0xad, 0x7a);"
)
cpp_quote
(
"EXTERN_GUID(MF_TRANSFORM_ASYNC_UNLOCK, 0xe5666d6b, 0x3422, 0x4eb6, 0xa4, 0x21, 0xda, 0x7d, 0xb1, 0xf8, 0xe2, 0x07);"
)
cpp_quote
(
"EXTERN_GUID(MF_TRANSFORM_CATEGORY_Attribute, 0xceabba49, 0x506d, 0x4757, 0xa6, 0xff, 0x66, 0xc1, 0x84, 0x98, 0x7e, 0x4e);"
)
...
...
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