Ticket #540 (closed defect: fixed)
module-ladspa-sink on 0.9.15 dies
| Reported by: | nevion | Owned by: | lennart |
|---|---|---|---|
| Milestone: | 0.9.16 | Component: | daemon |
| Keywords: | Cc: |
Description
using 0.9.15 stable as released yesterday. my packages are available here: http://download.opensuse.org/repositories/home:/jenewton/opensuse_11.1/x86_64/ (x86_64 only).
I'm using the default config on a 6 channel setup on opensuse 11.1. When I put the following in default.pa
load-module module-ladspa-sink sink_name=ladspa_out master=alsa_output.pci_8086_3a3e_sound_card_0 plugin=mbeq_1197 label=mbeq control=-1000,-10,0,0,0,0,0,0,0,0,0,0,0,0,0
to filter out the bass so my subwoofer doesn't wake the neighbors this now causes:
E: sink-input.c: Assertion 'PA_SINK_INPUT_IS_LINKED(i->thread_info.state)' failed at pulsecore/sink-input.c:807, function pa_sink_input_update_max_request(). Aborting.
Removing the line fixes this but obviously at the cost of the ladspa plugin not being loaded. This is recent breakage as I had git from 20090406 and it worked fine in this respect.
