From 41f7b04c81c0ff2fca558204e5bfab8eefaa15a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 2 Nov 2017 16:05:12 +0000 Subject: [PATCH] aggregator: also remove now-unused PadForeachFunc declaration https://bugzilla.gnome.org/show_bug.cgi?id=785679 --- libs/gst/base/gstaggregator.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/gst/base/gstaggregator.h b/libs/gst/base/gstaggregator.h index f8b9225..d23dd9c 100644 --- a/libs/gst/base/gstaggregator.h +++ b/libs/gst/base/gstaggregator.h @@ -325,11 +325,6 @@ void gst_aggregator_set_latency (GstAggregator GST_EXPORT GType gst_aggregator_get_type(void); -/* API that should eventually land in GstElement itself (FIXME) */ -typedef gboolean (*GstAggregatorPadForeachFunc) (GstAggregator * aggregator, - GstAggregatorPad * aggregator_pad, - gpointer user_data); - GST_EXPORT GstClockTime gst_aggregator_get_latency (GstAggregator * self); -- 2.7.4