stream: pa_stream_get_monitor_stream: constify

This commit is contained in:
Lyndon Brown 2018-05-27 06:08:16 +01:00 committed by Arun Raghavan
parent 6f2a70191d
commit e6226b07c0
2 changed files with 2 additions and 2 deletions

View file

@ -2915,7 +2915,7 @@ int pa_stream_set_monitor_stream(pa_stream *s, uint32_t sink_input_idx) {
return 0;
}
uint32_t pa_stream_get_monitor_stream(pa_stream *s) {
uint32_t pa_stream_get_monitor_stream(const pa_stream *s) {
pa_assert(s);
pa_assert(PA_REFCNT_VALUE(s) >= 1);