mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
protocol-native: downgrade message if we receive pcm block for dead stream
This commit is contained in:
parent
5b871966ab
commit
f8ebe8571c
1 changed files with 1 additions and 1 deletions
|
|
@ -4245,7 +4245,7 @@ static void pstream_memblock_callback(pa_pstream *p, uint32_t channel, int64_t o
|
||||||
pa_native_connection_assert_ref(c);
|
pa_native_connection_assert_ref(c);
|
||||||
|
|
||||||
if (!(stream = OUTPUT_STREAM(pa_idxset_get_by_index(c->output_streams, channel)))) {
|
if (!(stream = OUTPUT_STREAM(pa_idxset_get_by_index(c->output_streams, channel)))) {
|
||||||
pa_log("client sent block for invalid stream.");
|
pa_log_debug("Client sent block for invalid stream.");
|
||||||
/* Ignoring */
|
/* Ignoring */
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue