[mythtv-commits] Ticket #12140: Random segfaults when using VAAPI playback

MythTV noreply at mythtv.org
Sun May 11 13:34:18 UTC 2014


#12140: Random segfaults when using VAAPI playback
---------------------------------------------+-------------------------
     Reporter:  Cédric Schieli <cschieli@…>  |      Owner:
         Type:  Patch - Bug Fix              |     Status:  new
     Priority:  minor                        |  Milestone:  unknown
    Component:  MythTV - Video Playback      |    Version:  0.27-fixes
     Severity:  medium                       |   Keywords:  vaapi crash
Ticket locked:  0                            |
---------------------------------------------+-------------------------
 The VAAPI playback is crippled with random segfaults occurring either
 after some time of playing or at the very first frame.
 This is due to VideoOutput::CropToDisplay being applied on the fake frame
 buffers (VAAPI doesn't give direct access to the decoded frame buffer),
 ending up in heap space corruption.
 It was introduced in commit 0a4e3e423d6604252aeb31f849085a00f9f4b2e9 to
 fix #11358.

 The simple attached patch fixes this.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12140>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list