Title: [121180] trunk/Source/WebCore
Revision
121180
Author
[email protected]
Date
2012-06-25 14:26:06 -0700 (Mon, 25 Jun 2012)

Log Message

[EFL] Add support for building with ENABLE_MEDIA_STREAM
https://bugs.webkit.org/show_bug.cgi?id=88413

Patch by Sudarsana Nagineni <[email protected]> on 2012-06-25
Reviewed by Dirk Pranke.

Add files which are needed for supporting the Media Stream
feature.

No change in functionality so no new tests.

* PlatformEfl.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (121179 => 121180)


--- trunk/Source/WebCore/ChangeLog	2012-06-25 21:18:22 UTC (rev 121179)
+++ trunk/Source/WebCore/ChangeLog	2012-06-25 21:26:06 UTC (rev 121180)
@@ -1,3 +1,17 @@
+2012-06-25  Sudarsana Nagineni  <[email protected]>
+
+        [EFL] Add support for building with ENABLE_MEDIA_STREAM
+        https://bugs.webkit.org/show_bug.cgi?id=88413
+
+        Reviewed by Dirk Pranke.
+
+        Add files which are needed for supporting the Media Stream
+        feature.
+
+        No change in functionality so no new tests.
+
+        * PlatformEfl.cmake:
+
 2012-06-25  Huang Dongsung  <[email protected]>
 
         [Texmap] TextureMapperPaintOptions should keep current surface.

Modified: trunk/Source/WebCore/PlatformEfl.cmake (121179 => 121180)


--- trunk/Source/WebCore/PlatformEfl.cmake	2012-06-25 21:18:22 UTC (rev 121179)
+++ trunk/Source/WebCore/PlatformEfl.cmake	2012-06-25 21:26:06 UTC (rev 121180)
@@ -8,6 +8,7 @@
   "${WEBCORE_DIR}/page/efl"
   "${WEBCORE_DIR}/platform/efl"
   "${WEBCORE_DIR}/platform/graphics/efl"
+  "${WEBCORE_DIR}/platform/mediastream/gstreamer"
   "${WEBCORE_DIR}/platform/network/soup"
   "${WEBCORE_DIR}/platform/text/efl"
   "${WEBCORE_DIR}/plugins/efl"
@@ -73,6 +74,8 @@
   platform/image-decoders/jpeg/JPEGImageDecoder.cpp
   platform/image-decoders/png/PNGImageDecoder.cpp
   platform/image-decoders/webp/WEBPImageDecoder.cpp
+  platform/mediastream/gstreamer/DeprecatedPeerConnectionHandler.cpp
+  platform/mediastream/gstreamer/MediaStreamCenterGStreamer.cpp
   platform/network/soup/CookieJarSoup.cpp
   platform/network/soup/CredentialStorageSoup.cpp
   platform/network/soup/DNSSoup.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to