tracers/stats: add missing parameters to callback functions
authorStefan Sauer <ensonic@users.sf.net>
Thu, 7 Jan 2016 21:47:37 +0000 (22:47 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 7 Jan 2016 21:47:37 +0000 (22:47 +0100)
plugins/tracers/gststats.c

index 8296a8d..718acbb 100644 (file)
@@ -389,7 +389,8 @@ do_push_buffer_pre (GstStatsTracer * self, guint64 ts, GstPad * this_pad,
 }
 
 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);
 
@@ -431,7 +432,8 @@ do_push_buffer_list_pre (GstStatsTracer * self, guint64 ts, GstPad * this_pad,
 }
 
 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);