[Webkit-unassigned] [Bug 41280] [GStreamer] handle data: uris with the webkitsrc element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 01:02:46 PDT 2010


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


Philippe Normand <pnormand at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org




--- Comment #2 from Philippe Normand <pnormand at igalia.com>  2010-07-13 01:02:46 PST ---
After some work on this patch I'm not sure it's really a good idea to use webkitmediasrc for data: uris... It's been designed with the http use-case in mind...

If webkitwebsrc is used in that context, a single buffer for the whole media is pushed by appsrc. This breaks seeking because the element will again push the same buffer downstream when a seek is done. A solution could probably be to cache the single big buffer and push sub-buffers of the cached buffer but not sure this is really worth...

What do you think Sebastian?

-- 
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