aggregator: also remove now-unused PadForeachFunc declaration

https://bugzilla.gnome.org/show_bug.cgi?id=785679
This commit is contained in:
Tim-Philipp Müller 2017-11-02 16:05:12 +00:00
parent e9fafb3e17
commit 41f7b04c81

View file

@ -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);