mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
The messages, mostly sysex, can be split over multiple control message. This happens when we read large messages from the sequencer, the snd_seq_event_input function returns split messages that we transfer to control messages directly. When we send those messages out, however, the encoder wants the complete message before it will return a valid event that we can send out. Keep on calling the encoder with the control events until we get a complete message that we can send out. Fixes #4005 |
||
|---|---|---|
| .. | ||
| aec | ||
| alsa | ||
| audioconvert | ||
| audiomixer | ||
| audiotestsrc | ||
| avb | ||
| bluez5 | ||
| control | ||
| ffmpeg | ||
| jack | ||
| libcamera | ||
| support | ||
| test | ||
| v4l2 | ||
| videoconvert | ||
| videotestsrc | ||
| volume | ||
| vulkan | ||
| meson.build | ||