Ignore:
Timestamp:
Sep 14, 2012 4:06:29 AM (12 years ago)
Author:
nanang
Message:

Close #1568:

  • Added media change detection based on SDP negotiation result and local codec param settings, the detection result will decide whether the media should be re-initialized after the SDP negotiation.
  • Fixed stream to keep the duplicate of codec param for the stream info (was only copying the pointer).
  • Introduced macro PJSUA_THIRD_PARTY_STREAM_HAS_GET_INFO & PJSUA_THIRD_PARTY_STREAM_HAS_GET_STAT.
File:
1 edited

Legend:

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

    r3664 r4254  
    309309 
    310310 
     311/** 
     312 * Duplicate codec parameter. 
     313 * 
     314 * @param pool      The pool. 
     315 * @param src       The codec parameter to be duplicated. 
     316 * 
     317 * @return          Duplicated codec parameter. 
     318 */ 
     319PJ_DECL(pjmedia_codec_param*) pjmedia_codec_param_clone( 
     320                                        pj_pool_t *pool,  
     321                                        const pjmedia_codec_param *src); 
     322 
    311323 
    312324/* 
Note: See TracChangeset for help on using the changeset viewer.