aggregator: remove DEBUG_FUNCPTR
authorStefan Sauer <ensonic@users.sf.net>
Tue, 26 Dec 2017 11:51:22 +0000 (12:51 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 26 Dec 2017 11:53:25 +0000 (12:53 +0100)
The new gst_element_do_foreach_pad() does not print the functions anymore.

libs/gst/base/gstaggregator.c

index 0c97bfd..797ed32 100644 (file)
@@ -2287,8 +2287,6 @@ gst_aggregator_class_init (GstAggregatorClass * klass)
           "Start time to use if start-time-selection=set", 0,
           G_MAXUINT64,
           DEFAULT_START_TIME, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
-
-  GST_DEBUG_REGISTER_FUNCPTR (gst_aggregator_do_events_and_queries);
 }
 
 static void