Opened 15 years ago
Closed 15 years ago
#1862 closed enhancement (fixed)
sub_scale does not redraw subtitles
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | core |
| Version: | HEAD | Severity: | minor |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
When using slave mode, and watching a movie with subtitles (I used *.srt file), sending sub_pos changes the subtitles position immediately, which is OK. But at the same time sub_scale does not change subtitles scale - or it does change, but the current subtitle is not redrawn. Only the next subtitle is drawn with the correct size.
Would it be possible to fix sub_scale so that the currently displayed subtitle would be redrawn immediately?
I am attaching sample *.vala file to test this (you need a movie with subtitles, I used *.srt format).
Attachments (1)
Change History (3)
by , 15 years ago
| Attachment: | slider-mplayer.vala added |
|---|
comment:1 by , 15 years ago
| Component: | ve → core |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
That was an oversight, the subtitles were not marked as needing to be redrawn.
Fixed in SVN r32825.

Sample GUI for mplayer: sliders for changing subtitle position and scale