Opened 16 years ago

Closed 16 years ago

#6534 closed defect (fixed)

Segfault in VDPAUContext::PrepareVideo

Reported by: stuartm Owned by: markk
Priority: critical Milestone: 0.22
Component: MythTV - Video Playback Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Segfault triggered when increasing FastForward speed to 5x. Backtrace attached

Attachments (1)

vdpau_segfault_backtrace.txt (26.5 KB ) - added by stuartm 16 years ago.
Backtrace

Download all attachments as: .zip

Change History (2)

by stuartm, 16 years ago

Backtrace

comment:1 by markk, 16 years ago

Resolution: fixed
Status: newclosed

(In [20547]) Ensure toggling VDPAU deinterlacing is thread safe. Closes #6534.

Deinterlacing can be enabled/disabled in different threads which can be an issue for hardware deinterlacers (software based deinterlacers are already protected) - first spotted with the OpenGL deinterlacers.

Note: See TracTickets for help on using tickets.