Changeset 3720
- Timestamp:
- Aug 24, 2011 8:00:30 AM (13 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-videodev/sdl_dev.c
r3718 r3720 522 522 if (sf->sdl_thread) { 523 523 pj_sem_post(sf->sem); 524 #if defined(PJ_DARWINOS) && PJ_DARWINOS!=0 525 /* To prevent pj_thread_join() of getting stuck if we are in 526 * the main thread and we haven't finished processing the job 527 * posted by sdl_thread. 528 */ 529 CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, false); 530 #endif 524 531 pj_thread_join(sf->sdl_thread); 525 532 } -
pjproject/trunk/pjsip-apps/src/vidgui/vidgui.cpp
r3699 r3720 105 105 void MainWin::quit() 106 106 { 107 if (preview_on) 108 preview(); 107 109 pjsua_destroy(); 108 110 qApp->quit();
Note: See TracChangeset
for help on using the changeset viewer.