Ignore:
Timestamp:
Oct 23, 2011 5:23:55 AM (13 years ago)
Author:
bennylp
Message:

Fixed #1392: Immediately decode incoming frames to avoid loosing key frames when the jbuf is full and improve latency

File:
1 edited

Legend:

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

    r3664 r3835  
    390390                                            unsigned frame_cnt); 
    391391 
     392/** 
     393 * Check if the jitter buffer is full. 
     394 * 
     395 * @param jb            The jitter buffer. 
     396 * 
     397 * @return              PJ_TRUE if it is full. 
     398 */ 
     399PJ_DECL(pj_bool_t) pjmedia_jbuf_is_full(const pjmedia_jbuf *jb); 
     400 
    392401 
    393402/** 
Note: See TracChangeset for help on using the changeset viewer.