Uh oh!
There was an error while loading. Please reload this page.
Comcast modifications - #15
Conversation
There was a problem hiding this comment.
This won't compile, needs to be WTF::GMutexLocker lock(....)
There was a problem hiding this comment.
include WTF's GMutexLocker.h header, then WTF::GMutexLocker<GMutex> lock(m_....)
philn
commented
Dec 4, 2015
I tested this and I see a bunch of ERROR webkitmediaplayer MediaPlayerPrivateGStreamerMSE.cpp:1416:setAppendStage: Invalid append stage transition Ongoing --> Ongoing now. The state machine needs fixing. |
philn
commented
Dec 4, 2015
Is the setAppendStage error fixed in this new version? |
emutavchi
commented
Dec 7, 2015
Yes, the 'Ongoing --> Ongoing' is fixed. Previous pull request missed some changes, this one should be ok. |
There was a problem hiding this comment.
Could you please suggest the define to hide this under.
There was a problem hiding this comment.
WPE_BACKEND is not available in WebCore and WPE_BACKEND_BCM_NEXUS is defined only for WPE module, changing that seems to be out of current task scope.
There was a problem hiding this comment.
I can remove this change from pull request so we can proceed with other changes. This patch is needed when brcm decoders limit_buffering is enabled, so you should be good without it.
There was a problem hiding this comment.
Ok let's remove that patch for now then.
The fix I'm suggesting is to define WTF_PLATFORM_BRCM to 1 during the build, so that you can use #if PLATFORM(BRCM) in the code.
I haven't tried this with WPE, so it may be specific to qtwebkit we use. Please review.