Changes between Version 1 and Version 3 of Ticket #1835
- Timestamp:
- Apr 7, 2015 1:58:27 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1835
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #1835 – Description
v1 v3 1 1 The current iOS OpenGL renderer has two problems: 2 - Crash when created in the background 3 When app accepts video call when in bg, without going to foreground, creating OpenGL context will crash.2 - Crash when created in the background.[[br]] 3 When app accepts video call when in bg, without going to foreground, creating OpenGL context will crash. 4 4 5 5 - Assertion caused by race condition between rendering and destruction 6 {{{ 6 7 Assertion failed: (vid_tee && vid_tee->info.signature==( 'E'<<24 | 'T'<<16 | 'V'<<8 | 'P' )), function pjmedia_vid_tee_remove_dst_port, file ../src/pjmedia/vid_tee.c, line 277. 7 8 … … 10 11 #6 0x001dd894 in stop_media_stream at pjproject-2.0-iphone/pjsip/build/../src/pjsua-lib/pjsua_media.c:2238 11 12 #7 0x001dcc10 in stop_media_session [inlined] at pjproject-2.0-iphone/pjsip/build/../src/pjsua-lib/pjsua_media.c:2285 13 }}}