update about text, fix timeline update using open edit nested edl
authorGood Guy <good1.2guy@gmail.com>
Sat, 30 May 2020 23:28:12 +0000 (17:28 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sat, 30 May 2020 23:28:12 +0000 (17:28 -0600)
cinelerra-5.1/cinelerra/mwindow.C
cinelerra-5.1/cinelerra/resourcethread.C
cinelerra-5.1/msg/txt

index 7fd092a6ec82a2fde019668e2184db679b02e4f7..d6b756163672804ac4797bcedf45ad2befe3104b 100644 (file)
@@ -3860,6 +3860,7 @@ void MWindow::stack_pop()
        stack.remove();
        if( idxbl ) {
                gui->unlock_window();
        stack.remove();
        if( idxbl ) {
                gui->unlock_window();
+               gui->resource_thread->close_indexable(idxbl);
                remove_from_caches(idxbl);
                remove_indexfile(idxbl);
                mainindexes->add_indexable(idxbl);
                remove_from_caches(idxbl);
                remove_indexfile(idxbl);
                mainindexes->add_indexable(idxbl);
index 27794d27c388884101fe939f80d3d8507abe3301..308e902d81ae56f6685780778af4e15de5d8f67d 100644 (file)
@@ -680,7 +680,7 @@ void ResourceThread::close_indexable(Indexable *idxbl)
 {
        if( audio_thread && audio_thread->render_engine_id == idxbl->id )
                audio_thread->close_render_engine();
 {
        if( audio_thread && audio_thread->render_engine_id == idxbl->id )
                audio_thread->close_render_engine();
-       if( video_thread && audio_thread->render_engine_id == idxbl->id )
+       if( video_thread && video_thread->render_engine_id == idxbl->id )
                video_thread->close_render_engine();
 }
 
                video_thread->close_render_engine();
 }
 
index 985d04745e51e8613d33870ac9bcd7ab53d6c6f6..403345dc4911e3f4e8cd30543edebd41e93fa8f9 100644 (file)
@@ -7,6 +7,11 @@ Cinfinity icons selected in Preferences Sam (CC BY 3.0,
 Cakewalk and Neophyte themes by Olaf Wolff (CC BY 4.0,
   https://creativecommons.org/licenses/by/4.0/)
 .
 Cakewalk and Neophyte themes by Olaf Wolff (CC BY 4.0,
   https://creativecommons.org/licenses/by/4.0/)
 .
+May 2020 New Features of note:
+  Audio track height button added, separate from video height.
+  New patchbay toggle to vary individual vertical track height.
+  "Refresh on Release" additional setting in Videoscope.
+  Rotate plugin improvement for visibility and scaling.
 April 2020 New Features of note:
   Potential Performance improvements added.
   New way of creating and using a stack of Effects.
 April 2020 New Features of note:
   Potential Performance improvements added.
   New way of creating and using a stack of Effects.