[Webkit-unassigned] [Bug 116686] [Soup] [Gstreamer] ASSERT in StreamingClient::getOrCreateReadBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 30 12:30:17 PDT 2013


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





--- Comment #11 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-05-30 12:28:48 PST ---
It seems that the assert was actually correct and tried to detect cases where the sequence getOrCreateBuffer -> didReceivedata doesn't happen. This currently happens in case of redirection because we changed the skip_async by read_async, but we don't really read anything and then didReceiveData is not called. So the fix should be either use skip_async now that we depend on recent glib, or use a different buffer in this particular case, a skipBuffer or something, so that we don't allocate a gst buffer for nothing.

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