Fade glitches caused by "out" attribute being greater than clip length
Bug #1013035 reported by
Daniel Ellis
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
High
|
Unassigned |
Bug Description
Continuing from bug #520941. I have found another scenario which can cause glitches with fade when using an imported PNG sequence. The generated XML includes and out attribute which is longer than the clip, which causes problems for the rest of the timeline.
The issue affects 1.4.2 and trunk.
Attached is a simple patch (agains trunk) which solves the issue.
The code previously had three branches, but note that the first two branches where the same, so I have changed this to a simple if/else with just the two relavent branches, as well as fixing the out number which was off by 1.
Changed in openshot: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Although my first patch fixes the stated issue, it causes problems for other scenarios. So leave this patch for now and I'll keep looking...