[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdenlive/frameworks] src/mltcontroller: Fix compilation with latest MLT release
From:       Jean-Baptiste Mardelle <jb () kdenlive ! org>
Date:       2015-01-02 20:08:38
Message-ID: E1Y78WU-00052Y-V5 () scm ! kde ! org
[Download RAW message or body]

Git commit 0fe8482fe29eb64adf9a95a02e8ed89c981338d8 by Jean-Baptiste Mardelle.
Committed on 02/01/2015 at 20:08.
Pushed by mardelle into branch 'frameworks'.

Fix compilation with latest MLT release

M  +1    -1    src/mltcontroller/clipcontroller.cpp

http://commits.kde.org/kdenlive/0fe8482fe29eb64adf9a95a02e8ed89c981338d8

diff --git a/src/mltcontroller/clipcontroller.cpp b/src/mltcontroller/clipcontroller.cpp
index ae0b56d..8c9fc15 100644
--- a/src/mltcontroller/clipcontroller.cpp
+++ b/src/mltcontroller/clipcontroller.cpp
@@ -196,7 +196,7 @@ void ClipController::appendTrackProducer(int track, Mlt::Producer &producer)
 
 const QString ClipController::getStringDuration()
 {
-    if (m_masterProducer) return m_masterProducer->get_length_time(mlt_time_smpte_df);
+    if (m_masterProducer) return m_masterProducer->get_length_time(mlt_time_smpte);
     return QString(i18n("Unknown"));
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic