streams: Fix the actual resampler method shown in debug messages.

This commit is contained in:
Colin Guthrie 2011-06-02 11:44:21 +02:00
parent 71e936da58
commit 51d53016f3
2 changed files with 2 additions and 0 deletions

View file

@ -1662,6 +1662,7 @@ int pa_sink_input_finish_move(pa_sink_input *i, pa_sink *dest, pa_bool_t save) {
1,
0,
&i->sink->silence);
i->actual_resample_method = new_resampler ? pa_resampler_get_method(new_resampler) : PA_RESAMPLER_INVALID;
}
pa_sink_update_status(dest);