diff --git a/gstreamer-video/src/video_time_code.rs b/gstreamer-video/src/video_time_code.rs index 99fa7c75f..c2530483f 100644 --- a/gstreamer-video/src/video_time_code.rs +++ b/gstreamer-video/src/video_time_code.rs @@ -204,7 +204,7 @@ impl ValidVideoTimeCode { pub fn add_interval( &self, tc_inter: &VideoTimeCodeInterval, - ) -> Result { + ) -> Result { unsafe { match from_glib_full(gst_video_sys::gst_video_time_code_add_interval( self.to_glib_none().0,