Opened 10 years ago
Closed 10 years ago
Last modified 10 years ago
#12693 closed Bug Report - General (fixed)
Raspberry pi: Background shows through with ffmpeg & openmax
| Reported by: | Owned by: | JYA | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28 |
| Component: | MythTV - Video Playback | Version: | Master Head |
| Severity: | medium | Keywords: | Raspberry pi |
| Cc: | Ticket locked: | no |
Description
The fix for ticket #12691 addressed the case where the decoder was openmax but does not cover the case where the decoder is ffmpeg and the renderer is openmax. The bleed through still happens in that case.
Using ffmpeg decoder and openmax renderer is a viable case and provides in some cases better quality than openmax decoder.
Attachments (2)
Change History (5)
by , 10 years ago
| Attachment: | ticket_12693.patch added |
|---|
comment:1 by , 10 years ago
Please disregard the original patch file (ticket_12693.patch) and use the revised patch file (ticket_12693_revised.patch) to fix this. The revised patch implements the "GetName()" strategy recommended by Roger Siddons, and also fixes the segmentation fault that occurred when viewing a video if the video file was missing.
comment:2 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

Fix for this ticket