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
9450b0eb
Commit
9450b0eb
authored
Jul 10, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
Jul 11, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wingstreamer: Set target of parameter pointer, not parameter (Coverity).
parent
5d0d2ef8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gstdemux.c
dlls/winegstreamer/gstdemux.c
+1
-1
qtsplitter.c
dlls/wineqtdecoder/qtsplitter.c
+1
-1
No files found.
dlls/winegstreamer/gstdemux.c
View file @
9450b0eb
...
@@ -1475,7 +1475,7 @@ static HRESULT WINAPI GSTOutPin_DecideAllocator(BaseOutputPin *iface, IMemInputP
...
@@ -1475,7 +1475,7 @@ static HRESULT WINAPI GSTOutPin_DecideAllocator(BaseOutputPin *iface, IMemInputP
GSTOutPin
*
This
=
(
GSTOutPin
*
)
iface
;
GSTOutPin
*
This
=
(
GSTOutPin
*
)
iface
;
GSTImpl
*
GSTfilter
=
(
GSTImpl
*
)
This
->
pin
.
pin
.
pinInfo
.
pFilter
;
GSTImpl
*
GSTfilter
=
(
GSTImpl
*
)
This
->
pin
.
pin
.
pinInfo
.
pFilter
;
pAlloc
=
NULL
;
*
pAlloc
=
NULL
;
if
(
GSTfilter
->
pInputPin
.
pAlloc
)
if
(
GSTfilter
->
pInputPin
.
pAlloc
)
hr
=
IMemInputPin_NotifyAllocator
(
pPin
,
GSTfilter
->
pInputPin
.
pAlloc
,
FALSE
);
hr
=
IMemInputPin_NotifyAllocator
(
pPin
,
GSTfilter
->
pInputPin
.
pAlloc
,
FALSE
);
else
else
...
...
dlls/wineqtdecoder/qtsplitter.c
View file @
9450b0eb
...
@@ -1220,7 +1220,7 @@ static HRESULT WINAPI QTOutPin_DecideAllocator(BaseOutputPin *iface, IMemInputPi
...
@@ -1220,7 +1220,7 @@ static HRESULT WINAPI QTOutPin_DecideAllocator(BaseOutputPin *iface, IMemInputPi
QTOutPin
*
This
=
(
QTOutPin
*
)
iface
;
QTOutPin
*
This
=
(
QTOutPin
*
)
iface
;
QTSplitter
*
QTfilter
=
(
QTSplitter
*
)
This
->
pin
.
pin
.
pinInfo
.
pFilter
;
QTSplitter
*
QTfilter
=
(
QTSplitter
*
)
This
->
pin
.
pin
.
pinInfo
.
pFilter
;
pAlloc
=
NULL
;
*
pAlloc
=
NULL
;
if
(
QTfilter
->
pInputPin
.
pAlloc
)
if
(
QTfilter
->
pInputPin
.
pAlloc
)
hr
=
IMemInputPin_NotifyAllocator
(
pPin
,
QTfilter
->
pInputPin
.
pAlloc
,
FALSE
);
hr
=
IMemInputPin_NotifyAllocator
(
pPin
,
QTfilter
->
pInputPin
.
pAlloc
,
FALSE
);
else
else
...
...
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