Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
mediastreamer2
Commits
a824c473
Commit
a824c473
authored
Mar 06, 2013
by
jehan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re-enable device rotation param of IOS filter for backward compatibility
parent
7daf04a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/videofilters/ioscapture.m
src/videofilters/ioscapture.m
+1
-1
src/videofilters/iosdisplay.m
src/videofilters/iosdisplay.m
+1
-1
No files found.
src/videofilters/ioscapture.m
View file @
a824c473
...
...
@@ -80,7 +80,7 @@
static
void
capture_queue_cleanup
(
void
*
p
)
{
IOSCapture
*
capture
=
(
IOSCapture
*
)
p
;
[
p
release
];
[
capture
release
];
}
@implementation
IOSCapture
...
...
src/videofilters/iosdisplay.m
View file @
a824c473
...
...
@@ -165,7 +165,7 @@
if
(
!
animating
)
{
glClear
(
GL_COLOR_BUFFER_BIT
);
}
else
{
ogl_display_render
(
display_helper
,
0
);
ogl_display_render
(
display_helper
,
deviceRotation
);
}
[
context
presentRenderbuffer
:
GL_RENDERBUFFER
];
...
...
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