diff --git a/gstreamer/src/functions.rs b/gstreamer/src/functions.rs index fd06fe7d7..37fdbc5ce 100644 --- a/gstreamer/src/functions.rs +++ b/gstreamer/src/functions.rs @@ -66,8 +66,6 @@ pub fn parse_bin_from_description_with_name_full( context: Option<&mut ParseContext>, flags: ParseFlags, ) -> Result { - assert_initialized_main_thread!(); - assert_initialized_main_thread!(); let bin = parse_bin_from_description_full(bin_description, ghost_unlinked_pads, context, flags)?;