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 359580 - tcpserversink and dataprotocol assert for multipart streams
tcpserversink and dataprotocol assert for multipart streams
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.10
Other Linux
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-04 12:59 UTC by Thomas Vander Stichele
Modified: 2006-10-04 13:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Vander Stichele 2006-10-04 12:59:12 UTC
Run the following two pipelines:

gst-launch videotestsrc ! jpegenc ! multipartmux ! tcpserversink protocol=gdp
gst-launch tcpclientsrc protoocol=gdp ! fakesink

The second will assert.

Looks like a silly coding mistake; confusing the header length and the payload length.

This affects Flumotion 0.2.x