X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Fremovegaps%2Fremovegaps.C;fp=cinelerra-5.0%2Fplugins%2Fremovegaps%2Fremovegaps.C;h=6107d9c57ea9a5c38036051715ab3ff02a63efec;hb=59753f0e4cfeca734e46ca9ea6dac84cb92bfdce;hp=a0538097cfd568b698606573f4af674ea4b38346;hpb=bc872c7cea032325f9a7b5c1c6ad78ba0b6c32f9;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/removegaps/removegaps.C b/cinelerra-5.0/plugins/removegaps/removegaps.C index a0538097..6107d9c5 100644 --- a/cinelerra-5.0/plugins/removegaps/removegaps.C +++ b/cinelerra-5.0/plugins/removegaps/removegaps.C @@ -293,6 +293,9 @@ void RemoveGaps::save_data(KeyFrame *keyframe) output.tag.set_property("DURATION", config.duration); output.tag.set_property("THRESHOLD", config.threshold); output.append_tag(); + output.tag.set_title("/REMOVEGAPS"); + output.append_tag(); + output.append_newline(); output.terminate_string(); }