https://bugs.kde.org/show_bug.cgi?id=411256

ahii...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahii...@gmail.com

--- Comment #2 from ahii...@gmail.com ---
Something to do with TimelineModel::getTrackSortValue, maybe?
https://invent.kde.org/kde/kdenlive/blob/90d5443c7a0bed99fa1dc5a33e668074ce112bc9/src/timeline2/model/timelinemodel.cpp#L329

I'm not familiar with this codebase at all, but... Looking at a .kdenlive save
file, it looks like the tracks are normally ordered audio (descending) and then
video (ascending).

separated == 1 -> natural order (e.g. A3, A2, A1, V1, V2, V3)
separated == 2 -> ascending audio, and then ascending video (e.g. A1, A2, A3,
V1, V2, V3)
else -> so this must be mixed order, but I think there's a mistake here. aCount
* trackPos? That doesn't look right...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to