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
2d3d9754
Commit
2d3d9754
authored
Apr 05, 2016
by
Sylvain Berfini
🐮
Browse files
Fix wrong stream index in stop_text_stream
parent
68c49f0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecall.c
coreapi/linphonecall.c
+1
-1
No files found.
coreapi/linphonecall.c
View file @
2d3d9754
...
...
@@ -3721,7 +3721,7 @@ static void linphone_call_stop_text_stream(LinphoneCall *call) {
update_rtp_stats
(
call
,
call
->
main_text_stream_index
);
text_stream_stop
(
call
->
textstream
);
call
->
textstream
=
NULL
;
linphone_call_handle_stream_events
(
call
,
call
->
main_
video
_stream_index
);
linphone_call_handle_stream_events
(
call
,
call
->
main_
text
_stream_index
);
rtp_session_unregister_event_queue
(
call
->
sessions
[
call
->
main_text_stream_index
].
rtp_session
,
call
->
textstream_app_evq
);
ortp_ev_queue_flush
(
call
->
textstream_app_evq
);
ortp_ev_queue_destroy
(
call
->
textstream_app_evq
);
...
...
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