MT#61856 media_player: correct `send_timer_launch()` for send timer thread

Currently uses "media player" as a name,
but for debugging purposes of thread dumps/logs, it's clearer
to have according name, so just name it "send timer".

Change-Id: If2a9111d014a659514ccb8c40ee919135a57ca9e
mr26.1
Donat Zenichev 7 days ago
parent ce5046bc63
commit 518fecfb00

@ -2238,7 +2238,7 @@ void media_player_launch(void) {
}
void send_timer_launch(void) {
//ilog(LOG_DEBUG, "send_timer_loop");
timerthread_launch(&send_timer_thread, rtpe_config.scheduling, rtpe_config.priority, "media player");
timerthread_launch(&send_timer_thread, rtpe_config.scheduling, rtpe_config.priority, "send timer");
}
bool media_player_preload_files(char **files) {

Loading…
Cancel
Save