[mythtv-commits] Ticket #11746: VAAPI decoder not always used

MythTV noreply at mythtv.org
Tue Aug 13 03:53:29 UTC 2013


#11746: VAAPI decoder not always used
-----------------------------------------+-------------------------
     Reporter:  jyavenard                |      Owner:  jyavenard
         Type:  Bug Report - General     |     Status:  new
     Priority:  critical                 |  Milestone:  0.27
    Component:  MythTV - Video Playback  |    Version:  Master Head
     Severity:  medium                   |   Keywords:
Ticket locked:  0                        |
-----------------------------------------+-------------------------
 Under most circumstances, VAAPI can only be used for the first video
 opened. If another video is opened right after (like when using live TV
 and changing channels); then VAAPI will not be used.

 Instead VAAPI display creation will fail with an error and decoding will
 default to ffmpeg for following videos.

 Error displayed is:
 "Already have a VAAPI display of a different type"

 Reason is that to detect VAAPI availability, a temporary VAAPI display is
 created with the type X11 when there's already an OpenGL one being used.

 The VAAPIDisplay shouldn't be re-used when we're only trying to check
 VAAPI capabilities

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


More information about the mythtv-commits mailing list