no longer need ffmpeg patch0 which was for Termux
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / ctracking.C
index 52549c3dc50edf11223cbd86e8c6ae99fb9ae07d..4780b3853ce796ae451b9f453503534a422dade7 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -65,6 +66,7 @@ int CTracking::stop_playback()
 {
        mwindow->gui->set_playing_back(0);
        Tracking::stop_playback();
+       mwindow->stop_plugin_guis();
        mwindow->edl->local_session->set_playback_end(get_tracking_position());
        return 0;
 }