From 683fbaa81ac900c3e87bbd2b4745a341f9c7b07f Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Wed, 17 Aug 2011 11:07:54 +0100 Subject: [PATCH] ofa: do not create fingerprint on EOS if record is FALSE https://bugzilla.gnome.org/show_bug.cgi?id=656641 --- ext/ofa/gstofa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ofa/gstofa.c b/ext/ofa/gstofa.c index a18d7e352e..c5a7570206 100644 --- a/ext/ofa/gstofa.c +++ b/ext/ofa/gstofa.c @@ -175,7 +175,7 @@ gst_ofa_event (GstBaseTransform * trans, GstEvent * event) /* we got to the end of the stream but never generated a fingerprint * (probably under 135 seconds) */ - if (!ofa->fingerprint) + if (!ofa->fingerprint && ofa->record) create_fingerprint (ofa); break; default: