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
b68498c8
Commit
b68498c8
authored
Sep 23, 2019
by
Zebediah Figura
Committed by
Alexandre Julliard
Sep 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
strmbase: Don't expose EnumMediaTypes_Construct().
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
55b30a04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
strmbase_private.h
dlls/strmbase/strmbase_private.h
+2
-0
strmbase.h
include/wine/strmbase.h
+0
-3
No files found.
dlls/strmbase/strmbase_private.h
View file @
b68498c8
...
...
@@ -63,6 +63,8 @@ void QualityControlRender_BeginRender(QualityControlImpl *This, REFERENCE_TIME s
void
QualityControlRender_EndRender
(
QualityControlImpl
*
This
);
HRESULT
enum_pins_create
(
struct
strmbase_filter
*
filter
,
IEnumPins
**
enum_pins
);
HRESULT
WINAPI
EnumMediaTypes_Construct
(
BasePin
*
pin
,
BasePin_GetMediaType
enumFunc
,
BasePin_GetMediaTypeVersion
versionFunc
,
IEnumMediaTypes
**
enum_media_types
)
DECLSPEC_HIDDEN
;
HRESULT
WINAPI
RendererPosPassThru_RegisterMediaTime
(
IUnknown
*
iface
,
REFERENCE_TIME
start
);
HRESULT
WINAPI
RendererPosPassThru_ResetMediaTime
(
IUnknown
*
iface
);
...
...
include/wine/strmbase.h
View file @
b68498c8
...
...
@@ -199,9 +199,6 @@ void strmbase_filter_init(struct strmbase_filter *filter, const IBaseFilterVtbl
const
CLSID
*
clsid
,
const
struct
strmbase_filter_ops
*
func_table
);
void
strmbase_filter_cleanup
(
struct
strmbase_filter
*
filter
);
/* Enums */
HRESULT
WINAPI
EnumMediaTypes_Construct
(
BasePin
*
iface
,
BasePin_GetMediaType
enumFunc
,
BasePin_GetMediaTypeVersion
versionFunc
,
IEnumMediaTypes
**
ppEnum
);
/* Transform Filter */
typedef
struct
TransformFilter
{
...
...
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