https://bugs.kde.org/show_bug.cgi?id=517616
--- Comment #2 from Jonas Schäfer <[email protected]> --- So I traced the issue down to the call to ClipModel::refreshProducerFromBin which is triggered by the move to a new track through ClipModel::setCurrentTrackId. In that call, the Mlt::Producer is re-acquired via getTimelineProducer and replaces the previous m_producer. During that, the "length" value set during resize operations (ClipModel::requestResize) is lost, which in turn causes the call to Mlt::Producer::set_in_and_out to clamp the value for out. I submitted a patch: https://invent.kde.org/multimedia/kdenlive/-/merge_requests/833 -- You are receiving this mail because: You are watching all bug changes.
