Title: [167762] trunk/Source/WebCore
- Revision
- 167762
- Author
- [email protected]
- Date
- 2014-04-24 09:31:21 -0700 (Thu, 24 Apr 2014)
Log Message
[EFL] WebKit build fails when MEDIA_SOURCE is enabled
https://bugs.webkit.org/show_bug.cgi?id=132118
Patch by Praveen R Jadhav <[email protected]> on 2014-04-24
Reviewed by Brent Fulgham.
Files MediaSourceGStreamer.cpp, SourceBufferPrivateGStreamer.cpp and
WebKitMediaSourceGStreamer.cpp are included for EFL port build.
No new tests. No change in behaviour.
* PlatformEfl.cmake: MediaSourceGStreamer.cpp, SourceBufferPrivateGStreamer.cpp
and WebKitMediaSourceGStreamer.cpp are included for compilation.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (167761 => 167762)
--- trunk/Source/WebCore/ChangeLog 2014-04-24 16:27:38 UTC (rev 167761)
+++ trunk/Source/WebCore/ChangeLog 2014-04-24 16:31:21 UTC (rev 167762)
@@ -1,3 +1,18 @@
+2014-04-24 Praveen R Jadhav <[email protected]>
+
+ [EFL] WebKit build fails when MEDIA_SOURCE is enabled
+ https://bugs.webkit.org/show_bug.cgi?id=132118
+
+ Reviewed by Brent Fulgham.
+
+ Files MediaSourceGStreamer.cpp, SourceBufferPrivateGStreamer.cpp and
+ WebKitMediaSourceGStreamer.cpp are included for EFL port build.
+
+ No new tests. No change in behaviour.
+
+ * PlatformEfl.cmake: MediaSourceGStreamer.cpp, SourceBufferPrivateGStreamer.cpp
+ and WebKitMediaSourceGStreamer.cpp are included for compilation.
+
2014-04-24 Tamas Gergely <[email protected]>
ASSERTION FAILED: !begin.isIndefinite() in WebCore::SVGSMILElement::resolveFirstInterval.
Modified: trunk/Source/WebCore/PlatformEfl.cmake (167761 => 167762)
--- trunk/Source/WebCore/PlatformEfl.cmake 2014-04-24 16:27:38 UTC (rev 167761)
+++ trunk/Source/WebCore/PlatformEfl.cmake 2014-04-24 16:31:21 UTC (rev 167762)
@@ -13,6 +13,7 @@
"${WEBCORE_DIR}/platform/graphics/texmap/coordinated"
"${WEBCORE_DIR}/platform/linux"
"${WEBCORE_DIR}/platform/mediastream/gstreamer"
+ "${WEBCORE_DIR}/platform/mock/mediasource"
"${WEBCORE_DIR}/platform/network/soup"
"${WEBCORE_DIR}/platform/text/efl"
"${WEBCORE_DIR}/plugins/efl"
@@ -136,11 +137,14 @@
platform/graphics/gstreamer/InbandTextTrackPrivateGStreamer.cpp
platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp
+ platform/graphics/gstreamer/MediaSourceGStreamer.cpp
+ platform/graphics/gstreamer/SourceBufferPrivateGStreamer.cpp
platform/graphics/gstreamer/TextCombinerGStreamer.cpp
platform/graphics/gstreamer/TextSinkGStreamer.cpp
platform/graphics/gstreamer/TrackPrivateBaseGStreamer.cpp
platform/graphics/gstreamer/VideoSinkGStreamer.cpp
platform/graphics/gstreamer/VideoTrackPrivateGStreamer.cpp
+ platform/graphics/gstreamer/WebKitMediaSourceGStreamer.cpp
platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp
platform/graphics/harfbuzz/HarfBuzzFace.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes