Ignore:
Timestamp:
Oct 7, 2015 3:57:17 AM (9 years ago)
Author:
ming
Message:

Re #1882 (misc): Fixed possibly incorrect stream stats

When a codec is opened, it can modify its param (such as iLBC can normalize its frame ptime based on remote SDP), so the stream stats has to be updated accordingly.

Also in this fix is to increase the log level which shows the info of iLBC mode opened.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/ilbc.c

    r5182 r5187  
    528528    pj_set_timestamp32(&ilbc_codec->last_tx, 0, 0); 
    529529 
    530     PJ_LOG(5,(ilbc_codec->obj_name,  
     530    PJ_LOG(4,(ilbc_codec->obj_name,  
    531531              "iLBC codec opened, mode=%d", dec_fmtp_mode)); 
    532532 
Note: See TracChangeset for help on using the changeset viewer.