GNOME Bugzilla – Bug 359580
tcpserversink and dataprotocol assert for multipart streams
Last modified: 2006-10-04 13:20:54 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
Commited fix: http://webcvs.freedesktop.org/gstreamer/gst-plugins-base/gst/tcp/gsttcp.c?r1=1.26&r2=1.27