Ignore:
Timestamp:
Jan 29, 2013 8:15:02 AM (11 years ago)
Author:
ming
Message:

Re #1568: (PJSIP 2.x) Apply pjsua_media_config before detecting media change and fixed encoding name string duplication.

File:
1 edited

Legend:

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

    r4278 r4336  
    20042004    pj_memcpy(&stream->si, info, sizeof(*info)); 
    20052005    stream->si.param = pjmedia_codec_param_clone(pool, info->param); 
     2006    pj_strdup(pool, &stream->si.fmt.encoding_name, &info->fmt.encoding_name); 
    20062007 
    20072008    /* Init stream/port name */ 
Note: See TracChangeset for help on using the changeset viewer.