Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
8866f608
Commit
8866f608
authored
Aug 27, 2013
by
Guillaume Roguez
Browse files
#2918: fix SHMSink::resize_area() too often called
parent
8cb40158
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/video/shm_sink.cpp
View file @
8866f608
...
...
@@ -146,7 +146,7 @@ SHMSink::stop()
bool
SHMSink
::
resize_area
(
size_t
desired_length
)
{
if
(
desired_length
<
shm_area_len_
)
if
(
desired_length
<
=
shm_area_len_
)
return
true
;
shm_unlock
();
...
...
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