fluidsynth: fix debug of segment structure
This commit is contained in:
parent
f5230ab8ec
commit
2bd4712efd
@ -329,7 +329,7 @@ gst_fluidsynth_sink_event (GstPad * pad, GstObject * parent, GstEvent * event)
|
|||||||
case GST_EVENT_SEGMENT:
|
case GST_EVENT_SEGMENT:
|
||||||
gst_event_copy_segment (event, &fluidsynth->segment);
|
gst_event_copy_segment (event, &fluidsynth->segment);
|
||||||
GST_DEBUG_OBJECT (fluidsynth, "configured segment %" GST_SEGMENT_FORMAT,
|
GST_DEBUG_OBJECT (fluidsynth, "configured segment %" GST_SEGMENT_FORMAT,
|
||||||
fluidsynth->segment);
|
&fluidsynth->segment);
|
||||||
res = gst_pad_event_default (pad, parent, event);
|
res = gst_pad_event_default (pad, parent, event);
|
||||||
break;
|
break;
|
||||||
case GST_EVENT_FLUSH_STOP:
|
case GST_EVENT_FLUSH_STOP:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user