]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
Fix some more threading crashes, almost there :)
[kdenlive] / src / docclipbase.h
index edccd3c4d4220f43d573fa7fccbfcb3df32a502f..337a137330dab5cd69de9316130f19eb1c682e35 100644 (file)
@@ -82,7 +82,6 @@ Q_OBJECT public:
 
     /** Returns the internal unique id of the clip. */
     const QString &getId() const;
-    void setId(const QString &newId);
 
     //KThumb *thumbCreator;
     bool audioThumbCreated() const;
@@ -120,6 +119,8 @@ Q_OBJECT public:
     void setProducer(Mlt::Producer *producer, bool reset = false, bool readPropertiesFromProducer = false);
     /** Retrieve a producer for a track */
     Mlt::Producer *getProducer(int track = -1);
+    /** Get a copy of the producer, for use in the clip monitor */
+    Mlt::Producer *getCloneProducer();
     /** Retrieve the producer that shows only video */
     Mlt::Producer *videoProducer();
     /** Retrieve the producer that shows only audio */