mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 18:20:44 +00:00
tcp: Fix compiling with mingw
https://bugzilla.gnome.org/show_bug.cgi?id=673056
This commit is contained in:
parent
b52c035f13
commit
086bee8c14
1 changed files with 2 additions and 2 deletions
|
@ -656,8 +656,8 @@ gst_multi_socket_sink_handle_client_write (GstMultiSocketSink * sink,
|
||||||
/* partial write means that the client cannot read more and we should
|
/* partial write means that the client cannot read more and we should
|
||||||
* stop sending more */
|
* stop sending more */
|
||||||
GST_LOG_OBJECT (sink,
|
GST_LOG_OBJECT (sink,
|
||||||
"partial write on %p of %" G_GSSIZE_FORMAT " bytes", socket,
|
"partial write on %p of %" G_GSSIZE_FORMAT " bytes",
|
||||||
wrote);
|
mhclient->handle.socket, wrote);
|
||||||
mhclient->bufoffset += wrote;
|
mhclient->bufoffset += wrote;
|
||||||
more = FALSE;
|
more = FALSE;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue