audioaggregator: remove declaration for function that doesn't exist

This commit is contained in:
Tim-Philipp Müller 2018-02-13 17:16:53 +00:00
parent 4984c84505
commit 54655196e7

View file

@ -215,9 +215,6 @@ void gst_audio_aggregator_set_sink_caps (GstAudioAggregator * aagg,
GstAudioAggregatorPad * pad,
GstCaps * caps);
GST_EXPORT
void gst_audio_aggregator_class_perform_conversion (GstAudioAggregatorClass * klass);
G_END_DECLS
#endif /* __GST_AUDIO_AGGREGATOR_H__ */