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
9a7ba3da
Commit
9a7ba3da
authored
Feb 02, 2011
by
Simon Morlat
Browse files
fix crash when an event is still queued while its associated filter is being destroyed
parent
5f45d360
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
coreapi/linphonecall.c
coreapi/linphonecall.c
+2
-0
mediastreamer2
mediastreamer2
+1
-1
No files found.
coreapi/linphonecall.c
View file @
9a7ba3da
...
...
@@ -32,6 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "mediastreamer2/msequalizer.h"
#include "mediastreamer2/msfileplayer.h"
#include "mediastreamer2/msjpegwriter.h"
#include "mediastreamer2/mseventqueue.h"
#ifdef VIDEO_ENABLED
static
MSWebCam
*
get_nowebcam_device
(){
...
...
@@ -983,6 +984,7 @@ void linphone_call_stop_media_streams(LinphoneCall *call){
video_stream_stop
(
call
->
videostream
);
call
->
videostream
=
NULL
;
}
ms_event_queue_skip
(
call
->
core
->
msevq
);
#endif
if
(
call
->
audio_profile
){
...
...
mediastreamer2
@
ebd7ad93
Subproject commit
b2ad8c3befdcb4fa8203b655f54114ad8d6c6925
Subproject commit
ebd7ad9376237324b3f8fe7a78d1e3178069adfd
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