Changeset 74962 in webkit


Ignore:
Timestamp:
Jan 4, 2011 1:43:36 AM (13 years ago)
Author:
Philippe Normand
Message:

2011-01-04 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r74961.
http://trac.webkit.org/changeset/74961
https://bugs.webkit.org/show_bug.cgi?id=51867

breaks 32/64-bits debug bots build (Requested by philn-tp on
#webkit).

  • platform/graphics/gstreamer/GStreamerGWorld.cpp: (WebCore::GStreamerGWorld::setWindowOverlay):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r74961 r74962  
     12011-01-04  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r74961.
     4        http://trac.webkit.org/changeset/74961
     5        https://bugs.webkit.org/show_bug.cgi?id=51867
     6
     7        breaks 32/64-bits debug bots build (Requested by philn-tp on
     8        #webkit).
     9
     10        * platform/graphics/gstreamer/GStreamerGWorld.cpp:
     11        (WebCore::GStreamerGWorld::setWindowOverlay):
     12
    1132011-01-03  Philippe Normand  <pnormand@igalia.com>
    214
  • trunk/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp

    r74961 r74962  
    211211    if (m_videoWindow) {
    212212        m_videoWindow->prepareForOverlay(message);
    213 
    214 // gst_x_overlay_set_window_handle was introduced in -plugins-base
    215 // 0.10.31, just like the macro for checking the version.
    216 #ifdef GST_CHECK_PLUGINS_BASE_VERSION
     213#if GST_CHECK_VERSION(0, 10, 31) || GST_VERSION_NANO
    217214        gst_x_overlay_set_window_handle(GST_X_OVERLAY(sink), m_videoWindow->videoWindowId());
    218215#else
Note: See TracChangeset for help on using the changeset viewer.