AggregatorPad is not actually a GhostPad

This commit is contained in:
Sebastian Dröge 2018-11-19 11:35:58 +02:00
parent 8081c319c2
commit 8881548652

View file

@ -147,7 +147,6 @@ impl ObjectType for AggregatorPad {
fn class_init(token: &ClassInitToken, klass: &mut AggregatorPadClass) {
ObjectClassExt::override_vfuncs(klass, token);
PadClassExt::override_vfuncs(klass, token);
GhostPadClassExt::override_vfuncs(klass, token);
AggregatorPadClassExt::override_vfuncs(klass, token);
}