RESOLVED DUPLICATE of bug 87662 Bug 96056
[EFL] Enable MEDIA_STREAM
https://bugs.webkit.org/show_bug.cgi?id=96056
Summary [EFL] Enable MEDIA_STREAM
Gyuyoung Kim
Reported 2012-09-06 19:36:28 PDT
EFL port doesn't support Media Stream feature yet.
Attachments
the snip error info (28.03 KB, text/plain)
2012-09-06 20:02 PDT, Dennis Lan
no flags
add missing files fix this problem (1.99 KB, patch)
2012-09-06 20:40 PDT, Dennis Lan
no flags
Dennis Lan
Comment 1 2012-09-06 20:02:29 PDT
Created attachment 162658 [details] the snip error info ../../../lib/libwebcore_efl.a(MediaStreamTrack.cpp.o): In function `WebCore::MediaStreamTrack::~MediaStreamTrack()': MediaStreamTrack.cpp:(.text+0x4f5): undefined reference to `WebCore::MediaStreamSource::removeObserver(WebCore::MediaStreamSource::Observer*)' ../../../lib/libwebcore_efl.a(MediaStreamTrack.cpp.o): In function `WebCore::MediaStreamTrack::MediaStreamTrack(WebCore::ScriptExecutionContext*, WTF::PassRefPtr<WebCore::MediaStreamDescriptor>, WebCore::MediaStreamComponent*)': the problem is due to Source/WebCore/platform/mediastream/MediaStreamSource.cpp not enabled, and when compare to Source/WebCore/GNUmakefile.list.am, Source/WebCore/CMakeList.txt missing a few files from directory Source/WebCore/platform/mediastream/
Dennis Lan
Comment 2 2012-09-06 20:40:27 PDT
Created attachment 162662 [details] add missing files fix this problem I've blindly copy missing files from GNUMakefile.list.am, adjust it if you think necessary
Gyuyoung Kim
Comment 3 2012-09-06 21:29:13 PDT
Gyuyoung Kim
Comment 4 2012-09-06 21:32:38 PDT
(In reply to comment #3) Dennis Lan, you should read webkit contribution page first. Your patch doesn't follow webkit patch style. http://www.webkit.org/coding/contributing.html I think that your patch is just for fixing build break. So, I think you have to submit your patch to Bug 96063 instead. This bug needs to do something further to enable MEDIA_STREAM feature.
Chris Dumez
Comment 5 2012-09-06 21:45:01 PDT
Duplicate of Bug 87662?
Gyuyoung Kim
Comment 6 2012-09-06 22:01:34 PDT
Yes, right(In reply to comment #5) > Duplicate of Bug 87662? Ah, yes, right. *** This bug has been marked as a duplicate of bug 87662 ***
Note You need to log in before you can comment on or make changes to this bug.