mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
aggregator: also remove now-unused PadForeachFunc declaration
https://bugzilla.gnome.org/show_bug.cgi?id=785679
This commit is contained in:
parent
98ac205a4d
commit
6f8961e1d0
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue