diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-11-27 16:30:49 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-11-27 16:30:49 +0000 |
commit | f1be9bd6889ae3236291f26a0ebca2039649d0c0 (patch) | |
tree | 68d5a108346daf9554a93ab906fd833dbcda7d38 | |
parent | 6d917701659aa4443fc1980b43a757b5433f89da (diff) |
mention bug fix
Original commit message from CVS:
mention bug fix
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +3,9 @@ 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 + Push header in a separate buffer instead of memcpy:ing all data. + Change LF => CRLF in headers. + Move trailing LF to header. Fixes #379792. 2006-11-27 Wim Taymans <wim@fluendo.com> |