Bug #1003
closedSubtitles overlapping
0%
Description
Subtitles (ex. BBC HD and SD) are not disappearing until the next subtitle comes in row. When the next subtitle is not in the same row, its overlapping the old one. (ex. Dialog subtitles)
Updated by arttupii over 12 years ago
I fixed this and 909. If you want, you can try it.
The fix is found in https://www.dropbox.com/s/iuafuzy1qukefdk/softhddevice.cpp
Updated by johns over 12 years ago
- Status changed from New to Confirmed
- Assignee changed from Anonymous to johns
Seems to be a hack to work arround the VDR bugs.
Updated by tyldum about 12 years ago
Did one of latest commits bring this problem back?
Running 0.5.1.git.20121029.2020
Updated by tyldum about 12 years ago
Slightly different this time. The subtitles does not clear after a certain amount of time. Only when new subtitles arrive.
Updated by johns about 12 years ago
I can't see any problems with subtitels on german channels.
They are cleared in time, when no new subtitle is available.
Any channel with this problem on ASTRA 19.2?
You can enable in Makefile OSD_DEBUG, than the OSD operation are logged to syslog,
when the VDR loglevel is high enough.
Updated by tyldum about 12 years ago
I'll see if i can get around to do the debug.
This is on DVB-C in Norway.
Updated by tyldum almost 12 years ago
Dec 24 22:09:53 mail vdr: [8161] [softhddev]Flush: level 10 active 1
Dec 24 22:09:53 mail vdr: [8161] [softhddev]Flush: subtitle clear
Dec 24 22:09:53 mail vdr: [8161] [softhddev]Flush: draw 1920x89+0+932 bm
Dec 24 22:09:57 mail vdr: [8161] [softhddev]Flush: level 10 active 1
Dec 24 22:09:57 mail vdr: [8161] [softhddev]Flush: subtitle clear
Dec 24 22:09:57 mail vdr: [8161] [softhddev]Flush: draw 1920x89+0+932 bm
Dec 24 22:10:27 mail vdr: [8161] [softhddev]~cSoftOsd: level 10
Dec 24 22:10:27 mail vdr: [8161] [softhddev]SetActive: 0 level 10
At 22:09:53 a new subtitle is drawn.
At 22:10:27 the subtitle is removed.
The clear at 22:09:57 does nothing visibly for me.
This was with git version as of 20121126.0959 (packaged by yaVDR).
Updated by johns over 10 years ago
- Status changed from Feedback to Closed
Should be fixed with OSD fix commit in GIT.