mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +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
|
/* we got to the end of the stream but never generated a fingerprint
|
||||||
* (probably under 135 seconds)
|
* (probably under 135 seconds)
|
||||||
*/
|
*/
|
||||||
if (!ofa->fingerprint)
|
if (!ofa->fingerprint && ofa->record)
|
||||||
create_fingerprint (ofa);
|
create_fingerprint (ofa);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue