Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263670 | Differences between
and this patch

Collapse All | Expand All

(-)pulseaudio-0.9.14.orig/src/modules/rtp/module-rtp-recv.c (-1 / +2 lines)
Lines 453-459 Link Here
453
    data.module = u->module;
462
    data.module = u->module;
454
    pa_sink_input_new_data_set_sample_spec(&data, &sdp_info->sample_spec);
463
    pa_sink_input_new_data_set_sample_spec(&data, &sdp_info->sample_spec);
455
464
456
    s->sink_input = pa_sink_input_new(u->module->core, &data, 0);
465
    s->sink_input = pa_sink_input_new(u->module->core, &data,
466
        PA_SINK_INPUT_VARIABLE_RATE);
457
    pa_sink_input_new_data_done(&data);
467
    pa_sink_input_new_data_done(&data);
458
468
459
    if (!s->sink_input) {
469
    if (!s->sink_input) {

Return to bug 263670