Ignore:
Timestamp:
Mar 22, 2015 7:50:28 AM (9 years ago)
Author:
ming
Message:

Fixed #1827: Video port's clock thread may get stuck during format change event

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_core_unix.c

    r4990 r5012  
    717717 
    718718    PJ_CHECK_STACK(); 
     719 
     720    if (p == pj_thread_this()) 
     721        return PJ_ECANCELLED; 
    719722 
    720723    PJ_LOG(6, (pj_thread_this()->obj_name, "Joining thread %s", p->obj_name)); 
Note: See TracChangeset for help on using the changeset viewer.