mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Returned buffer attr is const.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@979 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d142408f5c
commit
6aeaaf94a8
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ static void stream_state_callback(pa_stream *s, void *userdata) {
|
|||
|
||||
case PA_STREAM_READY:
|
||||
if (verbose) {
|
||||
pa_buffer_attr *a;
|
||||
const pa_buffer_attr *a;
|
||||
|
||||
fprintf(stderr, "Stream successfully created.\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue