From 4441dc23ee2a222b947dd001d31728064ca91ad3 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 28 Jul 2006 16:17:17 +0000 Subject: gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering. Original commit message from CVS: Patch by: Sjoerd Simons * 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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c4c3b016..0926417f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2006-07-28 Wim Taymans + + Patch by: Sjoerd Simons + + * 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. + 2006-07-28 Tim-Philipp Müller Patch by: Brian Cameron -- cgit