[whatwg] Why does CanvasRenderingContext2D.drawImage not draw a video's poster?

Silvia Pfeiffer silviapfeiffer1 at gmail.com
Tue Jul 17 23:06:45 PDT 2012


On Wed, Jul 18, 2012 at 6:57 AM, Charles Pritchard <chuck at jumis.com> wrote:
> On Jul 17, 2012, at 9:04 PM, Mark Callow <callow_mark at hicorp.co.jp> wrote:
>
>> On 18/07/2012 00:17, Silvia Pfeiffer wrote:
>>> I think this is simply an idea that hasn't been raised before. I like
>>> it. Though even then sometimes there may be nothing when there is no
>>> explicit poster and preload is set to none.
>> The language gives me the impression that drawing nothing was a
>> deliberate choice, in particular because later on it says:
>
>
> We don't have events based on poster, so we don't know whether or not it's been loaded. Poster is meant for the video implementation. We use other events to know if video is playing.
>
> So as a coder, I can just do an attribute check to see if poster exists, then load it into an image tag. It's a normal part of working with Canvas. We always follow onload events.

IIUC, that still excludes the case where there is no @poster attribute
set on video, @autoplay is set to none, and the browsers load the
first frame as the poster. It would make sense in this case to hand
that poster to the canvas. And it would make it easier if the
explicitly set @poster attribute would be used, too, so you don't have
to do that by hand.

Silvia.



More information about the whatwg mailing list