From 52c986d8765bf1247991786f62ee73fb1d053f5e Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Thu, 17 Aug 2006 15:51:50 +0000 Subject: gst/multipart/multipartdemux.c: Accept leading whitespace before the boundary Original commit message from CVS: Patch by: Sjoerd Simons * gst/multipart/multipartdemux.c: (multipart_parse_header): Accept leading whitespace before the boundary This patch makes the demuxer allow some whitespace before the actual boundary. This makes the demuxer work with the ``old'' gstreamer multipartmuxer again (which placed an extra \n before the start of the stream) Fixes #349068. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 605b32ea..7e024dcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-08-17 Wim Taymans + + Patch by: Sjoerd Simons + + * gst/multipart/multipartdemux.c: (multipart_parse_header): + Accept leading whitespace before the boundary + This patch makes the demuxer allow some whitespace before the actual + boundary. This makes the demuxer work with the ``old'' gstreamer + multipartmuxer again (which placed an extra \n before the start + of the stream) Fixes #349068. + 2006-08-17 Wim Taymans * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process): -- cgit