[Webkit-unassigned] [Bug 124500] [GStreamer] MediaSource playback barely works

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 11 08:18:34 PST 2013


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





--- Comment #8 from Brendan Long <b.long at cablelabs.com>  2013-12-11 08:16:46 PST ---
This seems like a relevant piece of the backtrace:

#17 0x00007ffff3815e66 in WebCore::BitmapImage::draw (this=0x1270850, 
    context=0x7fffffffb8e0, dst=..., src=..., styleColorSpace=WebCore::ColorSpaceSRGB, 
    op=WebCore::CompositeCopy, blendMode=WebCore::BlendModeNormal, description=...)
    at ../../Source/WebCore/platform/graphics/cairo/BitmapImageCairo.cpp:114
114        context->platformContext()->drawSurfaceToContext(surface.get(), dstRect, adjustedSrcRect, context);
(gdb) print adjustedSrcRect 
$5 = {m_location = {m_x = 0, m_y = 0}, m_size = {m_width = 1280, m_height = 720}}
(gdb) print dstRect
$6 = {m_location = {m_x = 364, m_y = 160}, m_size = {m_width = 700, m_height = 394}}

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