]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
Forgotten file from previous commit, some fixes for the b frame drop option
[kdenlive] / src / docclipbase.h
index 77352f9b47b16b9ad3be6d97e78f262fdc41c283..4d68744f30d2e68273a1828b2bd8138ba2b418f4 100644 (file)
@@ -167,6 +167,9 @@ Q_OBJECT public:
     void askForAudioThumbs();
     QString getClipHash() const;
     void refreshThumbUrl();
+    const char *producerProperty(const char *name) const;
+    void setProducerProperty(const char *name, const char *data);
+    void deleteProducers();
 
 private:   // Private attributes
     /** The name of this clip */
@@ -200,7 +203,6 @@ private:   // Private attributes
     /** Create connections for audio thumbnails */
     void slotCreateAudioTimer();
     void slotRefreshProducer();
-    void setProducerProperty(const char *name, const char *data);
     void setProducerProperty(const char *name, int data);
     void getFileHash(const QString &url);
 
@@ -224,6 +226,7 @@ public slots:
     QMap <QString, QString> properties() const;
     QMap <QString, QString> metadata() const;
 
+
 signals:
     void getAudioThumbs();
     void gotAudioData();