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.. |
| 108 | See the article on [wiki:RelNotes-2.0_GDS General Data Structure for PJSIP 2.0] |