X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=inline;f=cinelerra-5.1%2Fcinelerra%2Fpluginclient.C;h=29306b8c5f50e222ba2dce26e973319c6bd895ea;hb=40ec735d875c238f821b70d2a289b3b0adb6846a;hp=94a208844658668db4048770b28b1eefb3044843;hpb=096e197a21d85fa8c60547cd54944fb379c08bb9;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/pluginclient.C b/cinelerra-5.1/cinelerra/pluginclient.C index 94a20884..29306b8c 100644 --- a/cinelerra-5.1/cinelerra/pluginclient.C +++ b/cinelerra-5.1/cinelerra/pluginclient.C @@ -939,8 +939,7 @@ double PluginClient::get_project_framerate() const char *PluginClient::get_source_path() { - EDL *edl = get_edl(); - Plugin *plugin = edl->tracks->plugin_exists(server->plugin_id); + Plugin *plugin = server->edl->tracks->plugin_exists(server->plugin_id); int64_t source_position = plugin->startproject; Edit *edit = plugin->track->edits->editof(source_position,PLAY_FORWARD,0); Indexable *indexable = edit ? edit->get_source() : 0;