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 613767 - Rendering hang with transitions
Rendering hang with transitions
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: Transitions
Git
Other Linux
: Normal blocker
: 0.14
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-24 03:30 UTC by Chris Ball
Modified: 2011-05-22 23:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chris Ball 2010-03-24 03:30:12 UTC
Hi,

Using pitivi Git HEAD (fad58f95e..) I'm seeing a rendering hang at exactly the point where rendering reaches the first transition.

I'm attaching a "GST_DEBUG=3,gnl*:5,python:5 PITIVI_DEBUG=5" debug log, but as far all it shows is the timeline staying in the same place rather than advancing.

Happy to help try to debug farther, let me know what other information I should provide.

Thanks.
Comment 1 Chris Ball 2010-03-24 04:50:35 UTC
The attachment is too big.  It's here:

http://chris.printf.net/pitivi-transitions-log.bz2
Comment 2 Chris Ball 2010-03-25 15:18:46 UTC
This is 100% reproducible (at least with the particular movies I'm using) and happens on Ubuntu Lucid as well as Fedora Rawhide.
Comment 3 Chris Ball 2010-03-25 19:11:47 UTC
By making the transition very long, I see that the hang happens at the very end (perhaps even past the very end) of the transition, maybe where the first non-transition frame from the clip being transitioned to is being rendered.
Comment 4 Edward Hervey 2010-03-26 08:38:33 UTC
Marking as blocker for 0.13.5 . Hopefully this can be fixed solely in pitivi/gnonlin :(
Comment 5 kxra 2010-07-23 15:56:30 UTC
Rendering also hangs with still images. This is even more basic than transitions
Comment 6 dylan623 2011-03-07 01:33:39 UTC
I've noticed this to some degree with every transition, and when there are many of them it can come close to unusable.
Comment 7 Thibault Saunier 2011-05-22 23:02:26 UTC
commit 0cbfbf0d9fff7777ad599e1bf5763673afd3985d
Author: Thibault Saunier <thibault.saunier@collabora.co.uk>
Date:   Tue May 17 21:19:23 2011 -0400

    pitivi: Update the video caps of the default_source when project setting change
    
    This avoid lot of NNE introduced by different caps on VideoSources and VideoTestSource
    fixes #637522 and #613767