Ticket #1650 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Regression: deinterlace crashes

Reported by: courmisch Assigned to:
Priority: high Milestone: 0.9.0-test1
Component: Video output core Version: master
Severity: major Keywords:
Cc: Platform(s): all
Difficulty: unknown Work status: Not started

Description

When enabling deinterlacing from the Qt4 popup menu, or from the Qt4 interface, VLC crashes.

Change History

06/30/08 21:18:41 changed by courmisch

This is of course due to the idiotic non-sensical VOUT destruction code in src/playlist/engine.c:ObjectGarbageCollector().

06/30/08 21:48:50 changed by courmisch

So. When enabling video deinterlacing, we create a new video output. Unfortunately, the brain-dead playlist code removes all video outputs, including the new one.

Mostly the same problem as #1593. We could remove the stupid code, but then, we get #1637 back...

06/30/08 21:54:49 changed by courmisch

By the way, this is independent of the embedded video (it seems).

06/30/08 22:33:44 changed by courmisch

  • status changed from new to closed.
  • resolution set to fixed.