summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-09-21 17:50:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-09-21 17:50:29 +0000
commita297069e16a54bc5dc63ec903ec919b7f16bd632 (patch)
tree968aa948bf68a58f1a024b768baaeca1a8664989 /ChangeLog
parent9dd3929730bc3e2656eabfd8a8edfc7a61bb0176 (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--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8743d982..53ff6408 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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