This commit is contained in:
Yeicor 2026-03-13 11:45:28 +01:00
parent 243f0fd568
commit b231df842c

View file

@ -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);