mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
fluidsynth: add more debug
This commit is contained in:
parent
76cd090503
commit
76080b78af
1 changed files with 2 additions and 0 deletions
|
@ -275,6 +275,8 @@ handle_buffer (GstFluidsynth * fluidsynth, GstBuffer * buffer)
|
|||
event = info.data[0];
|
||||
channel = event & 0x0f;
|
||||
|
||||
GST_DEBUG_OBJECT (fluidsynth, "event 0x%02x channel %d", event, channel);
|
||||
|
||||
switch (event & 0xf0) {
|
||||
case 0xf0:
|
||||
switch (event) {
|
||||
|
|
Loading…
Reference in a new issue