Ignore:
Timestamp:
Apr 16, 2013 9:12:59 AM (11 years ago)
Author:
ming
Message:

Fixed #1658: Stop media endpoint's worker threads first when destroying media subsystem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/endpoint.h

    r3999 r4474  
    150150PJ_DECL(pj_thread_t*) pjmedia_endpt_get_thread(pjmedia_endpt *endpt,  
    151151                                               unsigned index); 
     152 
     153/** 
     154 * Stop and destroy the worker threads of the media endpoint 
     155 * 
     156 * @param endpt         The media endpoint instance. 
     157 * 
     158 * @return              PJ_SUCCESS on success. 
     159 */ 
     160PJ_DECL(pj_status_t) pjmedia_endpt_stop_threads(pjmedia_endpt *endpt); 
    152161 
    153162 
Note: See TracChangeset for help on using the changeset viewer.