summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-02-13 17:16:53 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-02-13 17:16:53 +0000
commit54655196e73f3e58430f43a2714e0a4d09a5e3de (patch)
treef14baca3d28dc170aebaa31ef4d47af897d94056
parent4984c8450509a9d0f1d4f3ec8ff7f1df35eef472 (diff)
audioaggregator: remove declaration for function that doesn't exist
-rw-r--r--gst-libs/gst/audio/gstaudioaggregator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst-libs/gst/audio/gstaudioaggregator.h b/gst-libs/gst/audio/gstaudioaggregator.h
index 79f93248b..9cd66d328 100644
--- a/gst-libs/gst/audio/gstaudioaggregator.h
+++ b/gst-libs/gst/audio/gstaudioaggregator.h
@@ -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__ */