From 515f58da0297e13cb898b7ad852fe3a31ef4ff31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 26 Sep 2017 01:52:35 +0300 Subject: [PATCH] Remove obsolete FIXME comment --- gst-plugin/src/base_src.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-plugin/src/base_src.rs b/gst-plugin/src/base_src.rs index 258f36ba..abb1271d 100644 --- a/gst-plugin/src/base_src.rs +++ b/gst-plugin/src/base_src.rs @@ -128,7 +128,6 @@ glib_wrapper! { } } -// FIXME: This is wrong: it must be a basesrc but also backed by ObjectType unsafe impl + IsA + ObjectType> BaseSrc for T {} pub type RsBaseSrcClass = ClassStruct;