Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186403 Details for
Bug 263670
>media-sound/pulseaudio-0.10 segfaults with rtp-recv
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
this is the upstream patch (0.9.115 will include this patch by default)
pulseaudio-0.9.14-rtp_resamp_init.patch (text/plain), 556 bytes, created by
john
on 2009-03-27 10:14:26 UTC
(
hide
)
Description:
this is the upstream patch (0.9.115 will include this patch by default)
Filename:
MIME Type:
Creator:
john
Created:
2009-03-27 10:14:26 UTC
Size:
556 bytes
patch
obsolete
>--- pulseaudio-0.9.14.orig/src/modules/rtp/module-rtp-recv.c 2009-01-12 15:10:34.000000000 -0800 >+++ pulseaudio-0.9.14/src/modules/rtp/module-rtp-recv.c 2009-02-03 17:53:31.000000000 -0800 >@@ -453,7 +462,8 @@ > data.module = u->module; > pa_sink_input_new_data_set_sample_spec(&data, &sdp_info->sample_spec); > >- s->sink_input = pa_sink_input_new(u->module->core, &data, 0); >+ s->sink_input = pa_sink_input_new(u->module->core, &data, >+ PA_SINK_INPUT_VARIABLE_RATE); > pa_sink_input_new_data_done(&data); > > if (!s->sink_input) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263670
:
186402
| 186403