aggregator: remove DEBUG_FUNCPTR

The new gst_element_do_foreach_pad() does not print the functions anymore.
This commit is contained in:
Stefan Sauer 2017-12-26 12:51:22 +01:00
parent ffc85bf7f6
commit ce00ec8bce

View 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