summaryrefslogtreecommitdiff
path: root/gst-libs
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-11-02 16:05:40 +0000
commit6f8961e1d0f126a01f5fd5e37452e126492f9814 (patch)
treebbc64d0ffcfeecdb6104474d5098373e84797fce /gst-libs
parent98ac205a4d1a788df698682fbdff3505d9a254ea (diff)
downloadgstreamer-plugins-bad-6f8961e1d0f126a01f5fd5e37452e126492f9814.tar.gz
aggregator: also remove now-unused PadForeachFunc declaration
https://bugzilla.gnome.org/show_bug.cgi?id=785679
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/base/gstaggregator.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gst-libs/gst/base/gstaggregator.h b/gst-libs/gst/base/gstaggregator.h
index f8b9225e8..d23dd9cb7 100644
--- a/gst-libs/gst/base/gstaggregator.h
+++ b/gst-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);