Fix failure to display audio analysis in some cases.
authorCarl Hetherington <cth@carlh.net>
Tue, 15 Sep 2015 14:08:36 +0000 (15:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 15 Sep 2015 14:08:36 +0000 (15:08 +0100)
commit3ec374b8d07a5faf7eea1945ab5aeaead78d8c71
tree589ba60d19542341d5f2946df00ba02dd1d593b5
parent9b5386eaf317f2c8091781a3ff015aefaa75fc92
Fix failure to display audio analysis in some cases.

Before we were checking existing AnalyseAudioJobs by
their audio analysis path, which may change after they
have been run since they use up-to-date info such
as the Film's processor.

e.g.
Run audio analysis for content.
Enable processor.
Re-run analysis for film; now before it would think that
the existing job has done the *new* analysis because its
path would be the same as the one we now want.
ChangeLog
src/lib/job_manager.cc