- Timestamp:
- Oct 24, 2011 9:28:13 AM (12 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
-
pjproject/trunk/pjmedia/src/pjmedia-audiodev/coreaudio_dev.c
r3553 r3841 1112 1112 struct stream_list *it, *itBegin; 1113 1113 pj_status_t status; 1114 1114 pj_thread_desc thread_desc; 1115 pj_thread_t *thread; 1116 1117 /* Register the thread with PJLIB, this is must for any external threads 1118 * which need to use the PJLIB framework. 1119 */ 1120 if (!pj_thread_is_registered()) { 1121 pj_bzero(thread_desc, sizeof(pj_thread_desc)); 1122 status = pj_thread_register("intListener", thread_desc, &thread); 1123 } 1124 1115 1125 PJ_LOG(3, (THIS_FILE, "Session interrupted! --- %s ---", 1116 1126 inInterruption == kAudioSessionBeginInterruption ?
Note: See TracChangeset
for help on using the changeset viewer.