mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
ofa: do not create fingerprint on EOS if record is FALSE
https://bugzilla.gnome.org/show_bug.cgi?id=656641
This commit is contained in:
parent
4476ca28df
commit
683fbaa81a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue