Ignore:
Timestamp:
Jul 15, 2009 5:55:16 PM (15 years ago)
Author:
nanang
Message:

Ticket #919:

  • Added default ilbc mode into codec passthrough setting.
  • Added iLBC mode 'negotiation' in iLBC codec_open().
  • Updated stream_create() to prioritize codec_open(), that may update the codec params, over stream initializations involving codec params.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r2825 r2834  
    238238        setting.fmt_cnt = ext_fmt_cnt; 
    239239        setting.fmts = ext_fmts; 
     240        setting.ilbc_mode = cfg->ilbc_mode; 
    240241        status = pjmedia_codec_passthrough_init2(pjsua_var.med_endpt, &setting); 
    241242        if (status != PJ_SUCCESS) { 
Note: See TracChangeset for help on using the changeset viewer.