[mythtv-commits] Ticket #11435: recordedseek as recorded differs from mythcommflag

MythTV noreply at mythtv.org
Fri Jun 28 23:30:02 UTC 2013


#11435: recordedseek as recorded differs from mythcommflag
----------------------------------+----------------------------
 Reporter:  blm-ubunet@…          |          Owner:  jpoet
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - Recording    |        Version:  0.26-fixes
 Severity:  low                   |     Resolution:  fixed
 Keywords:  H264 recordedseek     |  Ticket locked:  0
----------------------------------+----------------------------
Changes (by John Poet <jpoet@…>):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 In [changeset:"09b787346e5de8809b3905e64c1887dd273a860e/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="09b787346e5de8809b3905e64c1887dd273a860e"
 dtvrecorder: Flush the payload buffer whenever a new payload starts.

 We start buffering at the beginning of each payload, and don't write out
 the
 data until we know if this payload has a keyframe.  This is so a new file
 (for back to back recordings) would start on a keyframe.

 Further, the keyframe offset recorded in the DB, is the offset to the
 beginning of the payload with the keyframe.  Or at least it was supposed
 to
 be.  Since we were not actually flushing any data currently in the buffer
 at
 the start of a payload, that offset could be pointing to a completely
 different payload!

 Fixes #11435
 }}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11435#comment:41>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list