From 9f1c258df6475b3d22a2bb4ee95783da545b5d40 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Mon, 29 Jul 2013 11:34:58 -0400 Subject: [PATCH] now propogating metadata of the first frame --- openbr/plugins/frames.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/frames.cpp b/openbr/plugins/frames.cpp index ca40dc1..5076846 100644 --- a/openbr/plugins/frames.cpp +++ b/openbr/plugins/frames.cpp @@ -28,7 +28,7 @@ class AggregateFrames : public TimeVaryingTransform buffer.append(src); if (buffer.size() < n) return; foreach (const Template &t, buffer) dst.append(t); - buffer.removeFirst(); + dst.file = buffer.takeFirst().file; } void store(QDataStream &stream) const -- libgit2 0.21.4