Opened 12 years ago
Closed 12 years ago
#10937 closed Patch - Bug Fix (Fixed)
hide all kinds of null renderer from mythfrontend
Reported by: | Owned by: | sphery | |
---|---|---|---|
Priority: | minor | Milestone: | 0.26 |
Component: | MythTV - Video/OSD Rendering | Version: | 0.25 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
nullvaapi and nullvdpau are building blocks for hardware accelerated video decoding in mythtranscode & co so hide them from the renderer selection in mythfrontend.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | 0010-do-not-offer-null-renderers-for-video-display-in-myt.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | unknown → 0.26 |
---|---|
Owner: | set to sphery |
Status: | new → accepted |
comment:2 Changed 12 years ago by
Resolution: | → Fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In bdfcabc84:
Don't display null renderers in setup.
Skip the nullvaapi and nullvdpau renderers, added in 42d9577f4 and a0f824e35 , when creating the list of renderers for users to choose in setup. This simply extends the approach used to handle the null renderer for the new hardware-specific null renderers.
Signed-off-by: Michael T. Dean <mdean@…>