Opened 17 years ago
Closed 17 years ago
#6250 closed defect (fixed)
Trunk will crash when running on non-vdpau video cards
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | blocker | Milestone: | unknown |
| Component: | MythTV - General | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
When running mythtv on a machine with a video card that isn't VDPAU capable, weather vdpau is enabled or not you will get a segfault.
this was partially fixed in changeset 19967, however this fix relies on vdp_device_destro being null after create a new instance of VDPAUContext
But this isn't the case, the value isn't guaranteed to be NULL after being created. This patch initialise various pointers in the VDPAUContext constructor.
Attachments (1)
Note:
See TracTickets
for help on using tickets.

Patch for VDPAUContext constructor