summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-12-26 12:51:22 +0100
committerStefan Sauer <ensonic@users.sf.net>2017-12-26 12:53:25 +0100
commitce00ec8bce5111e492d36f190d2fc9351cb4940b (patch)
tree320517fde3b588f93c77c8d22c62a8a1c2e9f359 /libs
parentffc85bf7f6e72f3758f833e552677afb568c8ec4 (diff)
aggregator: remove DEBUG_FUNCPTR
The new gst_element_do_foreach_pad() does not print the functions anymore.
Diffstat (limited to 'libs')
-rw-r--r--libs/gst/base/gstaggregator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/gst/base/gstaggregator.c b/libs/gst/base/gstaggregator.c
index 0c97bfd18..797ed32b2 100644
--- a/libs/gst/base/gstaggregator.c
+++ b/libs/gst/base/gstaggregator.c
@@ -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