summaryrefslogtreecommitdiff
path: root/ext/fluidsynth
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2013-03-22 13:48:26 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2013-03-22 13:48:26 +0100
commit2bd4712efd7a47be4c146dad2438541b1d0ad40e (patch)
treee39eedc2fb9771ef1c13717849497fe43f2feeb7 /ext/fluidsynth
parentf5230ab8ecd7051abf24def778ce68aad0e7123f (diff)
downloadgstreamer-plugins-bad-2bd4712efd7a47be4c146dad2438541b1d0ad40e.tar.gz
fluidsynth: fix debug of segment structure
Diffstat (limited to 'ext/fluidsynth')
-rw-r--r--ext/fluidsynth/gstfluidsynth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fluidsynth/gstfluidsynth.c b/ext/fluidsynth/gstfluidsynth.c
index 3f96f7f6b..b90901865 100644
--- a/ext/fluidsynth/gstfluidsynth.c
+++ b/ext/fluidsynth/gstfluidsynth.c
@@ -329,7 +329,7 @@ gst_fluidsynth_sink_event (GstPad * pad, GstObject * parent, GstEvent * event)
case GST_EVENT_SEGMENT:
gst_event_copy_segment (event, &fluidsynth->segment);
GST_DEBUG_OBJECT (fluidsynth, "configured segment %" GST_SEGMENT_FORMAT,
- fluidsynth->segment);
+ &fluidsynth->segment);
res = gst_pad_event_default (pad, parent, event);
break;
case GST_EVENT_FLUSH_STOP: