[Gstreamer-bugs] [Bug 113174] Changed - updsink sends only 1024 bytes an throws the rest away

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Jul 18 18:34:22 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=113174

Changed by zak147 at yahoo.com.

--- shadow/113174	Sat May 17 05:44:19 2003
+++ shadow/113174.tmp.5924	Fri Jul 18 21:34:22 2003
@@ -15,6 +15,12 @@
 URL: 
 Summary: updsink sends only 1024 bytes an throws the rest away
 
 In the udpsink.c file in line 286 is a for-statement (quoted), which 
 should send the hole buffer to the other peer, replace by a sigle send 
 which only sends the first 1024 bytes an throws the rest away.
+
+------- Additional Comments From zak147 at yahoo.com  2003-07-18 21:34 -------
+If you look carefully at it then you'll come to know that its not the
+case. The commented out code sends the buffer in chunks according to
+the MTU defined whereas that one line code sends the whole of it in a
+single UDP packet. Bye




More information about the Gstreamer-bugs mailing list