http://bugs.cinelerra.org/show_bug.cgi?id=267





------- Additional Comments From [EMAIL PROTECTED]  2006-05-30 12:24 -------
maxime..  i understand first part of your patch:
+       Plugin *prev_transition = NULL;
+
+       if (transition)
+               prev_transition = transition;
+

which is clearly "the right thing"... but what's the point of the last check ...
deiniting server on:

+        (transition && transition_server && !prev_transition))


... i see no point in this case...? if there is no prev_transition, why should
we deinit?


... i think this problem needs a bit more thought... "prev_transition" should be
associated with transition_server ... not with transition immediately before the
one we are rendering...



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to