mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
tracer/stats: use the right log template
When porting we used the wrong record (copy and paste).
This commit is contained in:
parent
d15da9e221
commit
84554af301
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ fill_pad_stats (GstStatsTracer * self, GstPad * pad)
|
|||
static void
|
||||
log_new_pad_stats (GstPadStats * stats, GstPad * pad)
|
||||
{
|
||||
gst_tracer_record_log (tr_new_element, (guint64) g_thread_self (),
|
||||
gst_tracer_record_log (tr_new_pad, (guint64) g_thread_self (),
|
||||
stats->index, stats->parent_ix, GST_OBJECT_NAME (pad),
|
||||
G_OBJECT_TYPE_NAME (pad), GST_IS_GHOST_PAD (pad),
|
||||
GST_PAD_DIRECTION (pad));
|
||||
|
|
Loading…
Reference in a new issue