| Summary: | git master 2015-11-24 - Pan & Zoom effect uses proxy resolution for calculations | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Evert Vorster <evorster> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 15.12.1 | |
| Sentry Crash Report: | |||
|
Description
Evert Vorster
2015-11-24 09:04:41 UTC
This one should be an easy fix, since the resolution of the original is available. Just use the original's metadata for the calculations on zoom size for zoom to 100%, please. Git commit 5a6235b120993cc31908847c847bd01fdecd3818 by Jean-Baptiste Mardelle. Committed on 27/12/2015 at 22:54. Pushed by mardelle into branch 'Applications/15.12'. Use original clip properties, not proxy for effects / display Related: bug 356643 M +1 -1 src/bin/abstractprojectitem.h M +1 -1 src/bin/bin.cpp M +2 -2 src/bin/projectclip.cpp M +1 -1 src/bin/projectclip.h M +1 -1 src/bin/projectfolder.cpp M +1 -1 src/bin/projectfolder.h M +1 -1 src/bin/projectfolderup.cpp M +1 -1 src/bin/projectfolderup.h M +1 -1 src/bin/projectsubclip.cpp M +1 -1 src/bin/projectsubclip.h M +2 -2 src/mltcontroller/bincontroller.cpp M +1 -1 src/mltcontroller/bincontroller.h M +24 -4 src/mltcontroller/clipcontroller.cpp M +2 -1 src/mltcontroller/clipcontroller.h M +11 -0 src/renderer.cpp http://commits.kde.org/kdenlive/5a6235b120993cc31908847c847bd01fdecd3818 Perfect fix. Thanks |