GNOME Bugzilla – Bug 583242
PiTiVi GUI freezes
Last modified: 2009-05-20 08:47:07 UTC
Just opened the app, added maybe three files to the timeline and then GUI froze. Nothing in terminal, and seems like waiting isn't the solution. Attaching the debug log.
Created attachment 134969 [details] debug log GST_DEBUG=3,qtdemux:5 PITIVI_DEBUG=5 pitivi > log 2>&1
Could you confirm that the following commit fixes your issues ? commit acc12096546b26ac14169b26bd79294de6012d1b Author: Edward Hervey <bilboed@bilboed.com> Date: Wed May 20 09:57:59 2009 +0200 Ruler._doSeek(): Forward the on_idle argument This should get rid of various deadlocks due to reentrant seeks on the pipeline.
It does ! Thanks !