gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.
authorSjoerd Simons <sjoerd@luon.net>
Fri, 28 Jul 2006 16:17:17 +0000 (16:17 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 28 Jul 2006 16:17:17 +0000 (16:17 +0000)
commit4441dc23ee2a222b947dd001d31728064ca91ad3
tree79c1e5a6d920571189cf5bf3b7c0554904e2f43d
parentda5c3416e7f3f518e6dca76179914186131bd65c
gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.

Original commit message from CVS:
Patch by: Sjoerd Simons <sjoerd at luon dot net>
* gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
(gst_multipart_demux_class_init), (gst_multipart_demux_init),
(gst_multipart_demux_finalize), (get_line_end),
(multipart_parse_header), (multipart_find_boundary),
(gst_multipart_demux_chain), (gst_multipart_demux_change_state),
(gst_multipart_set_property), (gst_multipart_get_property):
Uses GstAdapter instead of own buffering.
Actually parses the mime-type correctly (In tests the mime-type was
always "" with the old version).
Uses the Content-length header if available to speed up things.
Reliably autoscans the boundary name by default.
Fixes #349068.
* gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
Don't start the stream with a \n.
ChangeLog
gst/multipart/multipartdemux.c
gst/multipart/multipartmux.c