diff options
| author | Sjoerd Simons <sjoerd@luon.net> | 2006-08-17 15:51:50 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-08-17 15:51:50 +0000 |
| commit | 52c986d8765bf1247991786f62ee73fb1d053f5e (patch) | |
| tree | 62db8cb0815a3967774d52815975a67a0560c800 /ChangeLog | |
| parent | 5880332110c815df3aba007783383cf3ecf35ca3 (diff) | |
gst/multipart/multipartdemux.c: Accept leading whitespace before the boundary
Original commit message from CVS:
Patch by: Sjoerd Simons <sjoerd at luon dot net>
* 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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2006-08-17 Wim Taymans <wim@fluendo.com> + Patch by: Sjoerd Simons <sjoerd at luon dot net> + + * 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 <wim@fluendo.com> + * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process): Error out on non-implemented stuff. |
