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 579666 - [LGM2009] saved timeline renders incorrectly
[LGM2009] saved timeline renders incorrectly
Status: VERIFIED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal blocker
: 0.13.1
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-20 23:15 UTC by Jean-François Fortin Tam
Modified: 2009-05-01 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
xptv file and debug log (70.27 KB, application/x-gzip)
2009-04-20 23:16 UTC, Jean-François Fortin Tam
Details
debug log (783.87 KB, application/x-lzma)
2009-04-24 21:47 UTC, Jean-François Fortin Tam
Details
debug log (268.76 KB, application/x-lzma)
2009-05-01 16:05 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2009-04-20 23:15:46 UTC
I spent some time making an actual video editing project with pitivi today and was hit by a bug. The timeline was rendering fine, until past some point when the project was pretty much complete. I don't know what was the turning point, but probably that the project file got messed up somehow.

The result is that if I try to render the timeline, after half of the first clip, it starts lagging, skipping frames, freezing frames, etc. All with the latest gnonlin git. No changes were pulled from pitivi/gnonlin between the moment I started editing and the moment I experienced this bug. This used to render fine before the timeline was complete, so I'm just throwing the wild hypothesis that the xptv file may be borked.

I can provide the sample files if needed, they're ~230 Mib.
Comment 1 Jean-François Fortin Tam 2009-04-20 23:16:13 UTC
Created attachment 132997 [details]
xptv file and debug log
Comment 2 Jean-François Fortin Tam 2009-04-20 23:19:36 UTC
http://jeff.ecchi.ca/public/bug-pitivi-579666.mov is a demonstration of the problem
Comment 3 Jean-François Fortin Tam 2009-04-24 21:30:58 UTC
Ok, this happens no matter what project I do (made a new timeline today), so I won't be able to render anything until then.
Comment 4 Jean-François Fortin Tam 2009-04-24 21:47:35 UTC
Created attachment 133276 [details]
debug log

GST_DEBUG=3,gnl*:5,python:5 PITIVI_DEBUG=5 of a different timeline rendering.
Comment 5 Jean-François Fortin Tam 2009-04-29 11:18:02 UTC
Marking as "LGM blocker" because it prevents me from showing a rendered output/production.
Comment 6 Jean-François Fortin Tam 2009-05-01 16:05:57 UTC
Created attachment 133735 [details]
debug log

GST_DEBUG=3,gnl*:5,python:5 PITIVI_DEBUG=5
killed pitivi brutally during the rendering as requested
Comment 7 Edward Hervey 2009-05-01 16:34:44 UTC
Fixed by this commit, confirmed by Jeff.

commit 930bb1019ba6dbdbb1805614029a0e7b9f49bd65
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Fri May 1 18:27:19 2009 +0200

    action/sinks: When disabling Sync, also disable QoS.
    
    This should fix the 'stuttering' issue when rendering on computers which
    are too slow to do (faster than) real-time rendering.