summaryrefslogtreecommitdiff
path: root/src/lib/dcp_video.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-15 21:01:54 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-17 00:42:54 +0200
commite9cca90a162e3e4b1db4a5e5188831beaa69d44e (patch)
treeffdc9945c3da5c1686cf7fe0d05051bccfd2555d /src/lib/dcp_video.cc
parent68dda7cd10c973a9342afd3ef606eb6012dc723b (diff)
Rename send_binary -> write_to_socket.
Diffstat (limited to 'src/lib/dcp_video.cc')
-rw-r--r--src/lib/dcp_video.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc
index 6f32b6686..9d7ccf565 100644
--- a/src/lib/dcp_video.cc
+++ b/src/lib/dcp_video.cc
@@ -172,7 +172,7 @@ DCPVideo::encode_remotely (EncodeServerDescription serv, int timeout)
/* Send binary data */
LOG_TIMING("start-remote-send thread=%1", thread_id ());
- _frame->send_binary (socket);
+ _frame->write_to_socket (socket);
/* Read the response (JPEG2000-encoded data); this blocks until the data
is ready and sent back.