After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 377521 - Move trailing newline to beginning of buffer in multipartmux
Move trailing newline to beginning of buffer in multipartmux
Status: RESOLVED DUPLICATE of bug 379792
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-20 20:51 UTC by Jonas Holmberg
Modified: 2006-11-27 14:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonas Holmberg 2006-11-20 20:51:33 UTC
The trailing newline added to the buffer in multipartmux ought to be inserted at the beginning of the buffer (before the "--" instead). From RFC 1341:

delimiter := CRLF "--" boundary

This will also make it possible to replace the memcpys with an additional buffer without affecting the output data.
Comment 1 Jonas Holmberg 2006-11-27 14:51:00 UTC

*** This bug has been marked as a duplicate of 379792 ***