aggregator: also remove now-unused PadForeachFunc declaration
authorTim-Philipp Müller <tim@centricular.com>
Thu, 2 Nov 2017 16:05:12 +0000 (16:05 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:27 +0000 (15:10 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=785679

libs/gst/base/gstaggregator.h

index f8b9225..d23dd9c 100644 (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);