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:
Wim Taymans 2003-02-27 21:23:39 +00:00
parent ed085dd930
commit e44d5c1d4a

View file

@ -470,8 +470,6 @@ merge_chains (GstOptSchedulerChain *chain1, GstOptSchedulerChain *chain2)
}
chain2 = unref_chain (chain2);
g_assert (chain2 == NULL);
return chain1;
}