Ignore:
Timestamp:
Jun 22, 2015 7:33:46 AM (8 years ago)
Author:
ming
Message:

Fixed #1860: Modify pjmedia_sdp_neg_fmt_match() to check for encoding parameters as well

File:
1 edited

Legend:

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

    r4577 r5114  
    789789/** 
    790790 * Match format in the SDP media offer and answer. The matching mechanism 
    791  * will be done by comparing the encoding name and clock rate, and if the 
    792  * custom format matching callback for the specified format is registered, 
    793  * see #pjmedia_sdp_neg_register_fmt_match_cb(), it will be called for more 
    794  * detail verification, e.g: format parameters specified in SDP fmtp. 
     791 * will be done by comparing the encoding name, clock rate, and encoding 
     792 * parameters (if any), and if the custom format matching callback 
     793 * for the specified format is registered, see 
     794 * #pjmedia_sdp_neg_register_fmt_match_cb(), it will be called for 
     795 * more detail verification, e.g: format parameters specified in SDP fmtp. 
    795796 * 
    796797 * @param pool          The memory pool. 
Note: See TracChangeset for help on using the changeset viewer.