Changes between Version 20 and Version 21 of ReleaseNotes-2.0


Ignore:
Timestamp:
May 17, 2012 11:01:01 AM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes-2.0

    v20 v21  
    106106=== General Data Structure === 
    107107 
    108 ==== format ==== 
    109  
    110 Huge changes.. 
    111  
    112 ==== Missing samples_per_frame ==== 
    113  
    114 Use PJMEDIA_AFD_SAMPLES_PER_FRAME(afd) 
    115  
    116 ==== Port info ==== 
    117  
    118 Uses format now.. 
    119  
    120 ==== put_frame() callback of pjmedia_port ==== 
    121  
    122 Removed const qualifier from the frame argument. 
    123  
    124 Sample warnings: 
    125 {{{ 
    126 ../src/pjmedia/bidirectional.c: In function ‘put_frame’: 
    127 ../src/pjmedia/bidirectional.c:39: warning: passing argument 2 of ‘pjmedia_port_put_frame’ discards qualifiers from pointer target type 
    128 ../include/pjmedia/port.h:334: note: expected ‘struct pjmedia_frame *’ but argument is of type ‘const struct pjmedia_frame *’ 
    129 ../src/pjmedia/bidirectional.c:70: warning: assignment from incompatible pointer type 
    130 }}} 
    131  
    132 ==== pjsua_call_info ==== 
    133  
    134 Array of media info.. 
     108See the article on [wiki:RelNotes-2.0_GDS General Data Structure for PJSIP 2.0] 
    135109 
    136110== Misc ==