GNOME Bugzilla – Bug 633909
Hangs when opening projects with duplicate sourcelist entries
Last modified: 2013-10-04 21:07:26 UTC
Created attachment 173773 [details] pitivi file If I open the project, the program starts importing the clips. When all clips are loaded, it keeps saying 'importing clips' and does not continue to show the timeline wih the project (see attachment).
Created attachment 173775 [details] debug log
This traceback appears toward the end of the debug log Traceback (most recent call last):
+ Trace 224463
self._finishAnalysis()
if self._emitResult():
self._emitDone(factory)
self.emit("discovery-done", self.current_uri, factory)
*args, **kwargs)
res = cb(*ar, **kw)
self.addFactory(factory)
factory.uri)
I manually created a file with duplicate source list entries. I can confirm that the file will not import correctly.
I'm suspecting that this is not an issue anymore with the GES version of Pitivi, which uses the gst discoverer. Reopen if you can reproduce this issue with version 0.91 and a simplified test project. Thanks!