Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
373c9257
Commit
373c9257
authored
Oct 01, 2012
by
Yann Diorcet
Browse files
IOSCapture:Fix when window id is 0
parent
e700cbf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ioscapture.m
View file @
373c9257
...
...
@@ -525,9 +525,7 @@ static int ioscapture_set_native_window(MSFilter *f, void *arg) {
IOSCapture
*
thiz
=
(
IOSCapture
*
)
f
->
data
;
if
(
thiz
!=
nil
)
{
// set curent parent view
if
(
parentView
)
{
[
thiz
performSelectorOnMainThread
:
@selector
(
setParentView
:)
withObject
:
parentView
waitUntilDone
:
NO
];
}
[
thiz
performSelectorOnMainThread
:
@selector
(
setParentView
:)
withObject
:
parentView
waitUntilDone
:
NO
];
}
return
0
;
}
...
...
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