[Webkit-unassigned] [Bug 163523] [GTK] Layout test media/track/track-manual-mode.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 4 07:39:55 PDT 2017


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

Charlie Turner <cturner at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cturner at igalia.com

--- Comment #1 from Charlie Turner <cturner at igalia.com> ---
This test is also crashing (expectations updated accordingly). The issue is in TrackPrivateBaseGStreamer::notifyTrackOfTagsChanged(). It's calling VideoTrack::setLanguage when it's not in a correct state. setLanguage then asks for the HTMLMediaElement's videoTracks when the media element member is null, but the spec suggests a VideoTrack's HTMLMediaElement is always available... Because this call stack is invoked from a GStreamer signal, it's very likely there's bugs in the TrackPrivateBaseGStreamer.

-- 
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/20171004/bf603ff7/attachment.html>


More information about the webkit-unassigned mailing list