gst/multipart/multipartdemux.c: Accept leading whitespace before the boundary
authorSjoerd Simons <sjoerd@luon.net>
Thu, 17 Aug 2006 15:51:50 +0000 (15:51 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 17 Aug 2006 15:51:50 +0000 (15:51 +0000)
commit52c986d8765bf1247991786f62ee73fb1d053f5e
tree62db8cb0815a3967774d52815975a67a0560c800
parent5880332110c815df3aba007783383cf3ecf35ca3
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.
ChangeLog
gst/multipart/multipartdemux.c