Opened 15 years ago

Closed 15 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 15 years ago.
Backtrace

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by stuartm

Backtrace

comment:1 Changed 15 years ago by markk

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.