Open
Bug 1331288
Opened 9 years ago
Updated 3 years ago
When computer wakes up from sleep, video is blitted to the wrong place
Categories
(Core :: Graphics, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: goalieca, Unassigned)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
|
749.15 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20161208153507
Steps to reproduce:
Mac OS X 10.12
1) Pause a netflix video
2) Sleep computer
3) wake up
Actual results:
video is shifted down vertically (see screenshot attachment)
Expected results:
video should be in right place
Comment 1•9 years ago
|
||
Looks like a gfx or layout issue.
Component: Audio/Video: Playback → Graphics
Updated•9 years ago
|
Priority: -- → P3
Whiteboard: [gfx-noted]
Comment 2•9 years ago
|
||
reporter, does this happen for youtube website? Or it only happened at Netflix video.
Flags: needinfo?(goalieca)
This does not happen for youtube.
I have the computer set to fall asleep based on power settings. I also have the lock screen enabled for such a case. These may send OS signals I am unaware of.
The video must have been paused before sleep. The computer must have been asleep for a sufficient period of time to cause a netflix session timeout. Netflix used to show a screen with an error code. Now it just shows the vertically shifted video. When i resume the video (for whatever tiny amount of buffer is left active) it resumes playback with the video back to its original coordinates.
Flags: needinfo?(goalieca)
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
Comment 4•9 years ago
|
||
(In reply to goalieca from comment #3)
> This does not happen for youtube.
>
> I have the computer set to fall asleep based on power settings. I also have
> the lock screen enabled for such a case. These may send OS signals I am
> unaware of.
>
> The video must have been paused before sleep. The computer must have been
> asleep for a sufficient period of time to cause a netflix session timeout.
> Netflix used to show a screen with an error code. Now it just shows the
> vertically shifted video. When i resume the video (for whatever tiny amount
> of buffer is left active) it resumes playback with the video back to its
> original coordinates.
JW, based on above comment, I think render should treat youtube and Netflix as same use case. But user couldn't reproduce this with youtube. Is it possible that wrong size is reported to gfx from decoder?
Flags: needinfo?(jwwang)
Comment 5•9 years ago
|
||
This is not about the size, but about the position which is decided by gfx/layout.
Flags: needinfo?(jwwang)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•