mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
stream: Fix comments
This commit is contained in:
parent
c6b95d5235
commit
d735857942
1 changed files with 3 additions and 3 deletions
|
|
@ -143,7 +143,7 @@ static pa_stream *pa_stream_new_with_proplist_internal(
|
||||||
s->requested_bytes = 0;
|
s->requested_bytes = 0;
|
||||||
memset(&s->buffer_attr, 0, sizeof(s->buffer_attr));
|
memset(&s->buffer_attr, 0, sizeof(s->buffer_attr));
|
||||||
|
|
||||||
/* We initialize der target length here, so that if the user
|
/* We initialize the target length here, so that if the user
|
||||||
* passes no explicit buffering metrics the default is similar to
|
* passes no explicit buffering metrics the default is similar to
|
||||||
* what older PA versions provided. */
|
* what older PA versions provided. */
|
||||||
|
|
||||||
|
|
@ -245,7 +245,7 @@ static void stream_unlink(pa_stream *s) {
|
||||||
|
|
||||||
/* Detach from context */
|
/* Detach from context */
|
||||||
|
|
||||||
/* Unref all operation object that point to us */
|
/* Unref all operation objects that point to us */
|
||||||
for (o = s->context->operations; o; o = n) {
|
for (o = s->context->operations; o; o = n) {
|
||||||
n = o->next;
|
n = o->next;
|
||||||
|
|
||||||
|
|
@ -472,7 +472,7 @@ static void check_smoother_status(pa_stream *s, pa_bool_t aposteriori, pa_bool_t
|
||||||
* indications when audio really starts/stops playing, if
|
* indications when audio really starts/stops playing, if
|
||||||
* we don't have any timing info yet -- instead of trying
|
* we don't have any timing info yet -- instead of trying
|
||||||
* to be smart and guessing the server time. Otherwise the
|
* to be smart and guessing the server time. Otherwise the
|
||||||
* unknown transport delay add too much noise to our time
|
* unknown transport delay adds too much noise to our time
|
||||||
* calculations. */
|
* calculations. */
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue