mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-23 16:16:25 +00:00
togglerecord: Don't call override_vfuncs()
It's called automatically for us already.
This commit is contained in:
parent
4812884453
commit
44da5074bd
1 changed files with 0 additions and 2 deletions
|
@ -1177,8 +1177,6 @@ impl ObjectSubclass for ToggleRecord {
|
|||
}
|
||||
|
||||
fn class_init(klass: &mut subclass::simple::ClassStruct<Self>) {
|
||||
klass.override_vfuncs();
|
||||
|
||||
klass.install_properties(&PROPERTIES);
|
||||
|
||||
klass.set_metadata(
|
||||
|
|
Loading…
Reference in a new issue