X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Ftimestretchrt%2Ftimestretchrt.C;fp=cinelerra-5.0%2Fplugins%2Ftimestretchrt%2Ftimestretchrt.C;h=c36d68ee6767ae89dedcf4756b2fa4acb183e9ff;hb=59753f0e4cfeca734e46ca9ea6dac84cb92bfdce;hp=3df979b84b8bf36d607a01cb1fdff8d1a40b3d81;hpb=bc872c7cea032325f9a7b5c1c6ad78ba0b6c32f9;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/timestretchrt/timestretchrt.C b/cinelerra-5.0/plugins/timestretchrt/timestretchrt.C index 3df979b8..c36d68ee 100644 --- a/cinelerra-5.0/plugins/timestretchrt/timestretchrt.C +++ b/cinelerra-5.0/plugins/timestretchrt/timestretchrt.C @@ -242,7 +242,7 @@ int TimeStretchRT::process_buffer(int64_t size, engine->update(config.scale, sample_rate, config.size); need_reconfigure = 0; //printf("TimeStretchRT::process_buffer %d start_position=" _LD -// " prev_position=" _LD " scale=%f source_start=" _LD "\n", +// " prev_position=%jd scale=%f source_start=%jd\n", // __LINE__, start_position, prev_position, config.scale, source_start); } @@ -301,6 +301,9 @@ void TimeStretchRT::save_data(KeyFrame *keyframe) output.tag.set_property("SCALE", config.scale); output.tag.set_property("SIZE", config.size); output.append_tag(); + output.tag.set_title("/TIMESTRETCHRT"); + output.append_tag(); + output.append_newline(); output.terminate_string(); }