forked from mirrors/gstreamer-rs
gstreamer: Delete duplicated assert_initialized_main_thread
This commit is contained in:
parent
a6253a1f77
commit
c68b68f37f
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ pub fn parse_bin_from_description_with_name_full(
|
||||||
context: Option<&mut ParseContext>,
|
context: Option<&mut ParseContext>,
|
||||||
flags: ParseFlags,
|
flags: ParseFlags,
|
||||||
) -> Result<Element, glib::Error> {
|
) -> Result<Element, glib::Error> {
|
||||||
assert_initialized_main_thread!();
|
|
||||||
|
|
||||||
assert_initialized_main_thread!();
|
assert_initialized_main_thread!();
|
||||||
let bin =
|
let bin =
|
||||||
parse_bin_from_description_full(bin_description, ghost_unlinked_pads, context, flags)?;
|
parse_bin_from_description_full(bin_description, ghost_unlinked_pads, context, flags)?;
|
||||||
|
|
Loading…
Reference in a new issue