From 2bd4712efd7a47be4c146dad2438541b1d0ad40e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 22 Mar 2013 13:48:26 +0100 Subject: [PATCH] fluidsynth: fix debug of segment structure --- ext/fluidsynth/gstfluidsynth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fluidsynth/gstfluidsynth.c b/ext/fluidsynth/gstfluidsynth.c index 3f96f7f6b1..b90901865d 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: