mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-25 01:40:36 -05: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 |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||