mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-10-31 22:58:51 +00:00
AggregatorPad is not actually a GhostPad
This commit is contained in:
parent
8081c319c2
commit
8881548652
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue