Changeset 167762 in webkit


Ignore:
Timestamp:
Apr 24, 2014 9:31:21 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] WebKit build fails when MEDIA_SOURCE is enabled
https://bugs.webkit.org/show_bug.cgi?id=132118

Patch by Praveen R Jadhav <praveen.j@samsung.com> 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.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r167761 r167762  
     12014-04-24  Praveen R Jadhav  <praveen.j@samsung.com>
     2
     3        [EFL] WebKit build fails when MEDIA_SOURCE is enabled
     4        https://bugs.webkit.org/show_bug.cgi?id=132118
     5
     6        Reviewed by Brent Fulgham.
     7
     8        Files MediaSourceGStreamer.cpp, SourceBufferPrivateGStreamer.cpp and
     9        WebKitMediaSourceGStreamer.cpp are included for EFL port build.
     10
     11        No new tests. No change in behaviour.
     12
     13        * PlatformEfl.cmake: MediaSourceGStreamer.cpp, SourceBufferPrivateGStreamer.cpp
     14        and WebKitMediaSourceGStreamer.cpp are included for compilation.
     15
    1162014-04-24  Tamas Gergely  <tgergely.u-szeged@partner.samsung.com>
    217
  • trunk/Source/WebCore/PlatformEfl.cmake

    r167640 r167762  
    1414    "${WEBCORE_DIR}/platform/linux"
    1515    "${WEBCORE_DIR}/platform/mediastream/gstreamer"
     16    "${WEBCORE_DIR}/platform/mock/mediasource"
    1617    "${WEBCORE_DIR}/platform/network/soup"
    1718    "${WEBCORE_DIR}/platform/text/efl"
     
    137138    platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
    138139    platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp
     140    platform/graphics/gstreamer/MediaSourceGStreamer.cpp
     141    platform/graphics/gstreamer/SourceBufferPrivateGStreamer.cpp
    139142    platform/graphics/gstreamer/TextCombinerGStreamer.cpp
    140143    platform/graphics/gstreamer/TextSinkGStreamer.cpp
     
    142145    platform/graphics/gstreamer/VideoSinkGStreamer.cpp
    143146    platform/graphics/gstreamer/VideoTrackPrivateGStreamer.cpp
     147    platform/graphics/gstreamer/WebKitMediaSourceGStreamer.cpp
    144148    platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp
    145149
Note: See TracChangeset for help on using the changeset viewer.