Ignore:
Timestamp:
Oct 1, 2013 5:00:57 AM (11 years ago)
Author:
ming
Message:

Fixed #1674: Deadlock when third party media employs external lock and ICE is active

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/transport_ice.c

    r4538 r4606  
    284284} 
    285285 
     286PJ_DEF(pj_grp_lock_t *) pjmedia_ice_get_grp_lock(pjmedia_transport *tp) 
     287{ 
     288    PJ_ASSERT_RETURN(tp, NULL); 
     289    return pj_ice_strans_get_grp_lock(((struct transport_ice *)tp)->ice_st); 
     290} 
     291 
    286292/* Disable ICE when SDP from remote doesn't contain a=candidate line */ 
    287293static void set_no_ice(struct transport_ice *tp_ice, const char *reason, 
Note: See TracChangeset for help on using the changeset viewer.