[Webkit-unassigned] [Bug 139439] [MSE] Sending media segment without any init segment should call endOfStream.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 11 20:40:06 PST 2014


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

--- Comment #5 from Bartlomiej Gajda <b.gajda at samsung.com> ---
Since bug in MSE spec. was resolved I thought of adding new patch, but I have problem what to do with streamEndedWithError in 

1. sourceBufferPrivateDidReceiveSample():
 around :
"// 1.5.3 If the presentation timestamp or decode timestamp is less than the presentation start"

since this was removed in editor's draft, as per bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27487

2. sourceBufferPrivateDidReceiveRenderingError()
I'm not sure do I understand how this is used.

3. sourceBufferPrivateDidEndStream()
Nobody uses it?

Aside from the places mentioned in change of spec, should I convert 2) & 3) to appendError(true) ? Or leave it as they are?

As for 1) - I could drop it, but there is a bit of other wording issues there (in 3.5.8) which should be resolved, and that should be done probably after Jer Noble's patch : https://bugs.webkit.org/show_bug.cgi?id=139265
so I'll probably leave it for now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141212/5d1e7d5e/attachment-0002.html>


More information about the webkit-unassigned mailing list