On Saturday 08 November 2008 20:01:43 Dan Dennedy wrote: > I will add > " if ( !arg ) return NULL;" > to the top of producer_framebuffer_init(), but you probably run into > other problems within kdenlive or at least getting the results you > expect as a user. This producer logically requires an argument, but > all service init functions should return NULL on invalid input.
thanks dan! i can now load my old project! arg was equal to null because it was trying to load some missing file (.westley) with slow motion (called by an imported .westley, i don't know what would happen if imported directly into .kdenlive)... i think that reporting NULL in producer_framebuffer_init() simply breaks the imported file, but i've not seen bad results (well... the project isn't complete, that's obvious) ehm... what to do? i cannot test text clips at the moment, i'm quite busy... i'll come back tomorrow in the evening and see what i can do -- Alberto Villa <[EMAIL PROTECTED]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Kdenlive-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kdenlive-devel
