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
liblinphone
Commits
36a99389
Commit
36a99389
authored
Jul 21, 2011
by
jehan
Committed by
Pierre-Eric Pelloux-Prayer
Sep 15, 2011
Browse files
update cam on update call
parent
55271ff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecore.c
View file @
36a99389
...
...
@@ -2230,6 +2230,8 @@ int linphone_core_update_call(LinphoneCore *lc, LinphoneCall *call, const Linpho
#ifdef VIDEO_ENABLED
if
(
call
->
videostream
!=
NULL
){
video_stream_set_sent_video_size
(
call
->
videostream
,
linphone_core_get_preferred_video_size
(
lc
));
if
(
call
->
camera_active
)
call
->
videostream
->
cam
=
lc
->
video_conf
.
device
;
/*to take into account eventual cam changes*/
video_stream_update_video_params
(
call
->
videostream
);
}
#endif
...
...
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