add threads param to ffmpeg plugins, spec fix, added m2t ext
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginserver.h
index b1d9c1b4e522aa5d8f96442ae254a1479f20c38f..62b65f9726354dafa32f5448273b3e994e27dbe8 100644 (file)
@@ -125,8 +125,7 @@ public:
                        EDL *edl, Plugin *plugin);
 // close the plugin
        int close_plugin();
-       int get_theme_png_path(char *png_path, const char *theme_dir);
-       int get_theme_png_path(char *png_path, Theme *theme);
+       int get_plugin_png_path(char *png_path, const char *plugin_icons);
        int get_plugin_png_path(char *png_path);
        void dump(FILE *fp=stdout);
 // Release any objects which are required after playback stops.
@@ -382,9 +381,8 @@ public:
        int uses_gui;
 // Plugin is a transition
        int transition;
-// name of plugin in english.
-// Compared against the title value in the plugin for resolving symbols.
-       char *title;
+// name/tip of plugin in current locale.
+       char *title, *tip;
        int64_t written_samples, written_frames;
        char *path;           // location of plugin on disk
        char *data_text;      // pointer to the data that was requested by a save_data command