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 579536 - source list thumbnails are not shown when loading a project
source list thumbnails are not shown when loading a project
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal minor
: 0.13.2
Assigned To: Alessandro Decina
Pitivi maintainers
: 589628 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-04-19 16:57 UTC by Jean-François Fortin Tam
Modified: 2009-07-24 17:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2009-04-19 16:57:51 UTC
Thumbnails in the source list do not show up when you use a saved project.
Comment 1 Edward Hervey 2009-04-21 16:08:06 UTC
There's 2 ways we can solve this:

(1) When loading a xptv format, don't create the SourceFactory ourselves, but make it go through the discoverer (which will create the thumbnails)
(2) Have the xptv format a directory format, in which we copy over the generated thumbnails.

Pros of (1):
* We make sure the sources are 'actually' usable on the machine (the project might have been created on another machine which has a plugin this machine doesn't have).

Cons of (1):
* Discovering takes time...

Pros of (2):
* We can store anything we want in it, not only limited to thumbnails
* We could have an option to move the source material to that directory

Cons of (2):
* If we switch to a directory system... we should decide *now* !

I'd be in favor of ... (1) + (2) in fact...
Comment 2 Alessandro Decina 2009-06-26 13:41:35 UTC
1) was implemented a while ago
Comment 3 Jean-François Fortin Tam 2009-06-26 21:55:45 UTC
Works as advertised (though very slow to open projects with lots of clips). Not sure if you have decided this method to be final?
Comment 4 Alessandro Decina 2009-07-24 17:56:10 UTC
*** Bug 589628 has been marked as a duplicate of this bug. ***