mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Removed an assert that will not hold when the chain currently executing was merged into another one.
Original commit message from CVS: Removed an assert that will not hold when the chain currently executing was merged into another one.
This commit is contained in:
parent
ed085dd930
commit
e44d5c1d4a
1 changed files with 0 additions and 2 deletions
|
@ -470,8 +470,6 @@ merge_chains (GstOptSchedulerChain *chain1, GstOptSchedulerChain *chain2)
|
||||||
}
|
}
|
||||||
chain2 = unref_chain (chain2);
|
chain2 = unref_chain (chain2);
|
||||||
|
|
||||||
g_assert (chain2 == NULL);
|
|
||||||
|
|
||||||
return chain1;
|
return chain1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue