mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-02 23:38:45 +00:00
Remove obsolete FIXME comment
This commit is contained in:
parent
ec1903a571
commit
515f58da02
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ glib_wrapper! {
|
|||
}
|
||||
}
|
||||
|
||||
// FIXME: This is wrong: it must be a basesrc but also backed by ObjectType<T>
|
||||
unsafe impl<T: IsA<gst::Element> + IsA<gst_base::BaseSrc> + ObjectType> BaseSrc for T {}
|
||||
pub type RsBaseSrcClass = ClassStruct<RsBaseSrc>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue