From b231df842c17041124a5fbc4b0f47b1342ba5aba Mon Sep 17 00:00:00 2001 From: Yeicor Date: Fri, 13 Mar 2026 11:45:28 +0100 Subject: [PATCH] Progress --- app/src/stream_sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/stream_sink.c b/app/src/stream_sink.c index e9cd4b76..61479db4 100644 --- a/app/src/stream_sink.c +++ b/app/src/stream_sink.c @@ -714,7 +714,7 @@ run_stream_sink(void *data) { bool thread_ok = sc_thread_create(&client->thread, run_stream_sink_client, - "scrcpy-stream-client", client); + "scrcpy-sclient", client); if (!thread_ok) { LOGE("Stream sink: could not create client thread"); sc_mutex_lock(&sink->mutex);