mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
minor cleanups
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@155 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
92bf0a365a
commit
761a895d1f
8 changed files with 30 additions and 15 deletions
|
|
@ -1022,6 +1022,7 @@ static void sink_input_fill_tagstruct(struct pa_tagstruct *t, struct pa_sink_inp
|
|||
pa_tagstruct_put_sample_spec(t, &s->sample_spec);
|
||||
pa_tagstruct_putu32(t, s->volume);
|
||||
pa_tagstruct_putu32(t, pa_sink_input_get_latency(s));
|
||||
pa_tagstruct_putu32(t, pa_sink_get_latency(s->sink));
|
||||
}
|
||||
|
||||
static void source_output_fill_tagstruct(struct pa_tagstruct *t, struct pa_source_output *s) {
|
||||
|
|
@ -1363,6 +1364,7 @@ static void command_flush_or_trigger_playback_stream(struct pa_pdispatch *pd, ui
|
|||
|
||||
pa_sink_notify(s->sink_input->sink);
|
||||
pa_pstream_send_simple_ack(c->pstream, tag);
|
||||
request_bytes(s);
|
||||
}
|
||||
|
||||
/*** pstream callbacks ***/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue