tracers/stats: add missing parameters to callback functions

This commit is contained in:
Stefan Sauer 2016-01-07 22:47:37 +01:00
parent 281f792042
commit fb249dadcb

View file

@ -389,7 +389,8 @@ do_push_buffer_pre (GstStatsTracer * self, guint64 ts, GstPad * this_pad,
} }
static void static void
do_push_buffer_post (GstStatsTracer * self, guint64 ts, GstPad * pad) do_push_buffer_post (GstStatsTracer * self, guint64 ts, GstPad * pad,
GstFlowReturn res)
{ {
GstPadStats *stats = get_pad_stats (self, pad); GstPadStats *stats = get_pad_stats (self, pad);
@ -431,7 +432,8 @@ do_push_buffer_list_pre (GstStatsTracer * self, guint64 ts, GstPad * this_pad,
} }
static void static void
do_push_buffer_list_post (GstStatsTracer * self, guint64 ts, GstPad * pad) do_push_buffer_list_post (GstStatsTracer * self, guint64 ts, GstPad * pad,
GstFlowReturn res)
{ {
GstPadStats *stats = get_pad_stats (self, pad); GstPadStats *stats = get_pad_stats (self, pad);