gstreamer/gst/multipart
Sjoerd Simons 4441dc23ee 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.
2006-07-28 16:17:17 +00:00
..
Makefile.am Ported multipart mux/demux to 0.9. 2005-11-30 10:18:42 +00:00
multipart.c Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro fixes. 2006-06-22 19:31:04 +00:00
multipart.vcproj more working plugins 2004-07-27 21:41:30 +00:00
multipartdemux.c gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering. 2006-07-28 16:17:17 +00:00
multipartmux.c gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering. 2006-07-28 16:17:17 +00:00