Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jochen Henneberg
gst-plugins-rs
Commits
b390e433
Commit
b390e433
authored
Nov 19, 2018
by
Sebastian Dröge
🍵
Browse files
AggregatorPad is not actually a GhostPad
parent
f3cb4960
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst-plugin/src/aggregator_pad.rs
View file @
b390e433
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment