Changeset 211
- Timestamp:
- Feb 21, 2006 11:45:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/conference.c
r205 r211 363 363 364 364 suspend_sound(conf); 365 366 pj_snd_stream_close(conf->snd_rec); 367 conf->snd_rec = NULL; 368 pj_snd_stream_close(conf->snd_player); 369 conf->snd_player = NULL; 365 destroy_sound(conf); 370 366 371 367 return PJ_SUCCESS; … … 476 472 resume_sound(conf); 477 473 478 PJ_LOG( 5,(THIS_FILE,"Port %.*s transmitting to port %.*s",474 PJ_LOG(4,(THIS_FILE,"Port %.*s transmitting to port %.*s", 479 475 (int)src_port->name.slen, 480 476 src_port->name.ptr, … … 511 507 --conf->connect_cnt; 512 508 513 PJ_LOG( 5,(THIS_FILE,"Port %.*s stop transmitting to port %.*s",509 PJ_LOG(4,(THIS_FILE,"Port %.*s stop transmitting to port %.*s", 514 510 (int)src_port->name.slen, 515 511 src_port->name.ptr,
Note: See TracChangeset
for help on using the changeset viewer.