mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Progress
This commit is contained in:
parent
243f0fd568
commit
b231df842c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue