[Webkit-unassigned] [Bug 35333] [GTK] video playback position query flood when mouse over the video element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 10 08:10:00 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35333





--- Comment #12 from Eric Carlson <eric.carlson at apple.com>  2010-03-10 08:10:00 PST ---
(In reply to comment #10)
> (In reply to comment #8)
> > Actually I don't agree. The current member name was poorly chosen and should
> > change. The value is really media engine specific, and I think it would make
> > more sense to have a generic type that is cast to the specific type when it is
> > used.
> >
> > If a port is able to use both a QuickTime and GStreamer backend I would expect
> > it to have a different media engine for each, and obviously only one will be
> > used for a single movie.
> 
> Right, but how will it decide which one to use in runtime, then?

Register a media engine for both backends and *you* will get to decide based on
the content type. chooseBestEngineForTypeAndCodecs() in MediaPlayer.cpp always
iterates through every registered media engine when it is asked to open a
movie, asking each one if it supports the movie's (extended) MIME type, and
uses the one that claims to have the best support.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list