mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
fix a comment
This commit is contained in:
parent
dd40006718
commit
fe3709c5c7
1 changed files with 1 additions and 1 deletions
|
|
@ -775,7 +775,7 @@ static int playback_stream_process_msg(pa_msgobject *o, int code, void*userdata,
|
||||||
if (s->connection->version >= 13) {
|
if (s->connection->version >= 13) {
|
||||||
pa_tagstruct *t;
|
pa_tagstruct *t;
|
||||||
|
|
||||||
/* Notify the user we're overflowed*/
|
/* Notify the user we started playback */
|
||||||
t = pa_tagstruct_new(NULL, 0);
|
t = pa_tagstruct_new(NULL, 0);
|
||||||
pa_tagstruct_putu32(t, PA_COMMAND_STARTED);
|
pa_tagstruct_putu32(t, PA_COMMAND_STARTED);
|
||||||
pa_tagstruct_putu32(t, (uint32_t) -1); /* tag */
|
pa_tagstruct_putu32(t, (uint32_t) -1); /* tag */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue