From 6af6dcb0f72f98190d6454e75cb50d1c1ff79990 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 1 Jan 2015 14:10:05 +0000 Subject: [PATCH] aggregator: register names of iterate_sinkpads functions with debug system --- libs/gst/base/gstaggregator.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/gst/base/gstaggregator.c b/libs/gst/base/gstaggregator.c index 66b1362d50..3aff840092 100644 --- a/libs/gst/base/gstaggregator.c +++ b/libs/gst/base/gstaggregator.c @@ -1615,6 +1615,11 @@ gst_aggregator_class_init (GstAggregatorClass * klass) "position", 0, (G_MAXLONG == G_MAXINT64) ? G_MAXINT64 : (G_MAXLONG * GST_SECOND - 1), DEFAULT_LATENCY, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + + GST_DEBUG_REGISTER_FUNCPTR (gst_aggregator_check_all_pads_with_data_or_eos); + GST_DEBUG_REGISTER_FUNCPTR (gst_aggregator_stop_pad); + GST_DEBUG_REGISTER_FUNCPTR (gst_aggregator_query_sink_latency_foreach); + GST_DEBUG_REGISTER_FUNCPTR (gst_aggregator_set_flush_pending); } static void -- 2.34.1