diff options
| author | 2025-08-12 17:47:45 -0400 | |
|---|---|---|
| committer | 2025-08-12 17:47:45 -0400 | |
| commit | 7e796649557bfeae6eccba751d4a1ffae75de45c (patch) | |
| tree | d58251d50b5db4ecf34b5ef99ff3edf8b86735d2 /src/libsink | |
| parent | 2cc385b71e161eae39915bf24de53d5b704e7ea0 (diff) | |
| download | camu-7e796649557bfeae6eccba751d4a1ffae75de45c.tar.gz camu-7e796649557bfeae6eccba751d4a1ffae75de45c.tar.bz2 camu-7e796649557bfeae6eccba751d4a1ffae75de45c.zip | |
Runtime codec selection, Vulkan deconstruction
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/libsink')
| -rw-r--r-- | src/libsink/sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsink/sink.c b/src/libsink/sink.c index 2bcc943..ff91a51 100644 --- a/src/libsink/sink.c +++ b/src/libsink/sink.c @@ -1548,7 +1548,7 @@ static void identify_callback(void *userdata, struct nn_rpc_connection *conn, st } #else (void)sink; - log_info("Sink locally bridged to server."); + log_info("Sink directly bridged to server."); #endif nn_packet_stream_return_packet(conn->stream, packet); } |