Fixes for the FluidSynth plugin
fluiddec: Avoid deprecated fluid_synth_set_sample_rate
This function is used to change the rate at runtime, which has issues:
https://github.com/FluidSynth/fluidsynth/issues/585
Use the settings key instead (which already defaults to 44100, but I did
test other rates).
fluiddec: Keep fluidsynth from probing audio drivers
It might cause problems and we don't need the drivers anyway. This also
avoids a bunch of stderr spam from the drivers.
Merge request reports
Activity
mentioned in commit heftig/gst-plugins-bad@0b1dfc92
mentioned in commit heftig/gst-plugins-bad@4b077a5f
mentioned in commit heftig/gst-plugins-bad@391a0437
mentioned in commit heftig/gst-plugins-bad@173381e6
- Resolved by Jan Schmidt
mentioned in commit heftig/gst-plugins-bad@5d231f9b
mentioned in commit heftig/gst-plugins-bad@0c1e24de
mentioned in commit heftig/gst-plugins-bad@8ca21bfd
added 23 commits
-
391a0437...4ffa6350 - 20 commits from branch
gstreamer:master
- 5d231f9b - fluiddec: Avoid deprecated fluid_synth_set_sample_rate
- 8ca21bfd - fluiddec: Keep fluidsynth from probing audio drivers
- 0c1e24de - fluiddec: Move logging init into plugin_init
Toggle commit list-
391a0437...4ffa6350 - 20 commits from branch
assigned to @thaytan
assigned to @gstreamer-merge-bot and unassigned @thaytan
mentioned in commit heftig/gst-plugins-bad@9aa12399
mentioned in commit heftig/gst-plugins-bad@c35e80dc
mentioned in commit heftig/gst-plugins-bad@e2cefdd6