Changeset 4694 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
- Timestamp:
- Dec 17, 2013 9:01:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r4614 r4694 180 180 pj_status_t pjsua_media_subsys_destroy(unsigned flags) 181 181 { 182 unsigned i;182 PJ_UNUSED_ARG(flags); 183 183 184 184 PJ_LOG(4,(THIS_FILE, "Shutting down media..")); … … 192 192 } 193 193 194 #if 0 195 // This part has been moved out to pjsua_destroy() (see also #1717). 194 196 /* Close media transports */ 195 197 for (i=0; i<pjsua_var.ua_cfg.max_calls; ++i) { … … 200 202 pjsua_media_channel_deinit(i); 201 203 } 204 #endif 202 205 203 206 /* Destroy media endpoint. */
Note: See TracChangeset
for help on using the changeset viewer.