diff --git a/plugins/tracers/gstlog.c b/plugins/tracers/gstlog.c index 64a0d71af8..d60b1643fb 100644 --- a/plugins/tracers/gstlog.c +++ b/plugins/tracers/gstlog.c @@ -273,7 +273,7 @@ do_bin_remove_post (GstTracer * self, guint64 ts, GstBin * bin, gboolean res) } static void -do_pad_link_pre (GstTracer * self, guint64 ts, GstPad * src, GstElement * sink) +do_pad_link_pre (GstTracer * self, guint64 ts, GstPad * src, GstPad * sink) { do_log (GST_CAT_PADS, "%" GST_TIME_FORMAT ", src=%" GST_PTR_FORMAT ", sink=%" GST_PTR_FORMAT, @@ -281,7 +281,7 @@ do_pad_link_pre (GstTracer * self, guint64 ts, GstPad * src, GstElement * sink) } static void -do_pad_link_post (GstTracer * self, guint64 ts, GstPad * src, GstElement * sink, +do_pad_link_post (GstTracer * self, guint64 ts, GstPad * src, GstPad * sink, GstPadLinkReturn res) { do_log (GST_CAT_PADS,