Skip to content

Instantly share code, notes, and snippets.

@lubosz
Created April 13, 2013 15:58
Show Gist options
  • Save lubosz/5378958 to your computer and use it in GitHub Desktop.
Save lubosz/5378958 to your computer and use it in GitHub Desktop.
exception when inserting a title
File "/usr/lib/pitivi/python/pitivi/titleeditor.py", line 809, in _createCb
self.app.gui.timeline_ui.insertEnd([self.source])
File "/usr/lib/pitivi/python/pitivi/timeline/timeline.py", line 1853, in insertEnd
if asset.is_image():
AttributeError: 'TitleClip' object has no attribute 'is_image'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment