summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-11-02 16:05:12 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-12-02 15:10:27 +0000
commit41f7b04c81c0ff2fca558204e5bfab8eefaa15a0 (patch)
tree514b003b2b6a5f1f947e06e6a9f081c6556988cb
parente9fafb3e1788615db30b276a89ba172cff38a54c (diff)
aggregator: also remove now-unused PadForeachFunc declaration
https://bugzilla.gnome.org/show_bug.cgi?id=785679
-rw-r--r--libs/gst/base/gstaggregator.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/gst/base/gstaggregator.h b/libs/gst/base/gstaggregator.h
index f8b9225e8..d23dd9cb7 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);