Opened 19 years ago
Last modified 14 years ago
#516 new defect
vo_macosx creates black output on G3
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | vo |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
This is on a Powerbook G3/500 running OS X 10.4.6. If I let mplayer pick the vo, it chooses vo_macosx
(like it should). The window appears with nothing but black video. Audio plays like it should. If I force it
to use vo_quartz, video plays like it should.
I can provide a log with full debug output if you want.
Note:
See TracTickets
for help on using tickets.
Converted the CVPixelBuffer into an NSImage and wrote it out to the disk inside
of render(). The image (though a bit skewed) was correct, so it's down in the
GL stuff in that vo.