summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64062732..72f3a57d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-11-27 Wim Taymans <wim@fluendo.com>
+ Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
+
+ * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
+ Push header in a separate buffer instead of memcpy:ing all data
+ Change LF => CRLF in headers
+ Move trailing LF to header
+
+2006-11-27 Wim Taymans <wim@fluendo.com>
+
* gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
Small buffer overflow fix and improve debugging.