summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonas Holmberg <jonas.holmberg@axis.com>2006-11-27 16:29:07 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-11-27 16:29:07 +0000
commit6d917701659aa4443fc1980b43a757b5433f89da (patch)
tree6d742d40e95c5b71d2c89f8afb6b4bda3b58c18c /ChangeLog
parent9e782fdc7e3be9fcf6e621260391ccfe830ac41f (diff)
gst/multipart/multipartmux.c: Push header in a separate buffer instead of memcpy:ing all data
Original commit message from CVS: 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
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.