[mythtv-commits] mythtv branch fixes/0.26 updated by jstichnoth. v0.26.1-25-gc46a303

Git Repo Owner noreply at mythtv.org
Fri Oct 11 13:38:29 UTC 2013


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  c46a3032d333171a93f81dee4e95ebbb4055605b (commit)
      from  9fd7c6102b2cd1a3760337663803b110446c6ea7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c46a3032d333171a93f81dee4e95ebbb4055605b
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 11 Oct 2013 06:10:22 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 11 Oct 2013 06:32:27 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c46a3032d333171a93f81dee4e95ebbb4055605b

Add missing toUTC() conversions in the preview generator.
Without these conversions, modification timestamps on
backend-generated preview files are reported in local time, but
interpreted by the frontend as UTC.  The frontend then converts this
to local time and uses that to set the modification timestamp of the
locally cached preview, effectively back-dating the cached file in
most time zones.  This messes up date comparison logic for determining
whether to regenerate or reload the preview image.
(cherry picked from commit ad18e3d69c19ab6e197e15d285844ccb49e16795)



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/previewgenerator.cpp      |    4 ++--
 mythtv/libs/libmythtv/previewgeneratorqueue.cpp |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-commits mailing list