Ignore:
Timestamp:
Apr 6, 2011 1:55:01 PM (13 years ago)
Author:
nanang
Message:

Re #1186:

  • Added custom negotiation callback mechanism in SDP negotiator, mainly for specific formats that require SDP fmtp negotiation.
  • Modified video codec ID string to use encoding name+payload type (was encoding name+clock rate), also added encoding description in video codec info, so duplicated codecs (e.g: multiple H264 configurations) can be differentiated.
  • Few enhancements for H264 in ffmpeg wrapper (e.g: added proper profile-id & packetization-mode setup).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia/stream_common.h

    r3419 r3500  
    3333 
    3434/** 
    35  * This is internal function for parsing SDP format parameter of specific format 
    36  * or payload type, used by stream in generating stream info from SDP. 
     35 * This is internal function for parsing SDP format parameter of specific 
     36 * format or payload type, used by stream in generating stream info from SDP. 
    3737 * 
    38  * @param pool          Pool to allocate memory. 
     38 * @param pool          Pool to allocate memory, if pool is NULL, the fmtp 
     39 *                      string pointers will point to the original string in 
     40 *                      the SDP media descriptor. 
    3941 * @param m             The SDP media containing the format parameter to 
    4042 *                      be parsed. 
Note: See TracChangeset for help on using the changeset viewer.