After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 579324 - loading a saved project does not allow manipulating the timeline
loading a saved project does not allow manipulating the timeline
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal major
: 0.13.1
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-17 17:20 UTC by Jean-François Fortin Tam
Modified: 2009-05-14 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2009-04-17 17:20:56 UTC
Saving a project (from the "user's point of view") saves only which clips are in the media library, and everything in the timeline disappears.

Not only that, when loading this saved project, trying to drag clips to the timeline results in the following traceback:

Traceback (most recent call last):
  • File "pitivi/ui/timeline.py", line 244 in _dragDropCb
    self._add_temp_source()
  • File "pitivi/ui/timeline.py", line 272 in _add_temp_source
    for factory in self._factories]
  • File "pitivi/timeline/timeline.py", line 525 in addSourceFactory
    output_streams = factory.getOutputStreams()
AttributeError: 'NoneType' object has no attribute 'getOutputStreams'

Comment 1 Jean-François Fortin Tam 2009-04-19 16:08:06 UTC
Fixed in master.