From 76080b78af779a12601a9d50440638ce789cf65c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 21 Mar 2013 14:57:43 +0100 Subject: [PATCH] fluidsynth: add more debug --- ext/fluidsynth/gstfluidsynth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/fluidsynth/gstfluidsynth.c b/ext/fluidsynth/gstfluidsynth.c index d52b3319f8..408ea1b569 100644 --- a/ext/fluidsynth/gstfluidsynth.c +++ b/ext/fluidsynth/gstfluidsynth.c @@ -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) {