diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2005-09-21 17:50:29 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2005-09-21 17:50:29 +0000 |
| commit | a297069e16a54bc5dc63ec903ec919b7f16bd632 (patch) | |
| tree | 968aa948bf68a58f1a024b768baaeca1a8664989 /ChangeLog | |
| parent | 9dd3929730bc3e2656eabfd8a8edfc7a61bb0176 (diff) | |
gst/rtp/gstrtpamrdec.c: Handle multiple AMr packets per payload. Handle CRC and parse ILL/ILP.
Original commit message from CVS:
* gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
(gst_rtpamrdec_chain):
Handle multiple AMr packets per payload. Handle CRC and
parse ILL/ILP.
* gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
Make caps params strings for easy SDP mapping.
* gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
Handle capsnego better.
* gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
* gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
Generate and parse config string in the caps.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 2005-09-21 Wim Taymans <wim@fluendo.com> + * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps), + (gst_rtpamrdec_chain): + Handle multiple AMr packets per payload. Handle CRC and + parse ILL/ILP. + + * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps): + Make caps params strings for easy SDP mapping. + + * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps): + Handle capsnego better. + + * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps): + * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps): + Generate and parse config string in the caps. + +2005-09-21 Wim Taymans <wim@fluendo.com> + * gst/rtp/README: Update README |
