mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-05 00:38:40 +00:00
Mark the abstract base types as actually abstract
Without implementation they can't be instantiated
This commit is contained in:
parent
0d22579297
commit
950a7d5b0d
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ pub unsafe fn get_type<T: ObjectType>() -> glib_ffi::GType {
|
||||||
T::glib_type().to_glib(),
|
T::glib_type().to_glib(),
|
||||||
type_name.as_ptr(),
|
type_name.as_ptr(),
|
||||||
&type_info,
|
&type_info,
|
||||||
gobject_ffi::GTypeFlags::empty(),
|
gobject_ffi::G_TYPE_FLAG_ABSTRACT,
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue