Changeset 243690 in webkit


Ignore:
Timestamp:
Apr 1, 2019 2:47:08 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Build failure after r243644 in GTK Linux 64-bit stable builds
https://bugs.webkit.org/show_bug.cgi?id=196440

Patch by Pablo Saavedra <Pablo Saavedra> on 2019-04-01
Reviewed by Philippe Normand.

  • platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:

(WebCore::MediaPlayerPrivateGStreamerBase::updateTextureMapperFlags):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r243687 r243690  
     12019-04-01  Pablo Saavedra  <psaavedra@igalia.com>
     2
     3        Build failure after r243644 in GTK Linux 64-bit stable builds
     4        https://bugs.webkit.org/show_bug.cgi?id=196440
     5
     6        Reviewed by Philippe Normand.
     7
     8        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
     9        (WebCore::MediaPlayerPrivateGStreamerBase::updateTextureMapperFlags):
     10
    1112019-03-31  Manuel Rego Casasnovas  <rego@igalia.com>
    212
  • trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp

    r243644 r243690  
    10011001    }
    10021002
     1003#if USE(GSTREAMER_GL)
    10031004    // When the imxvpudecoder is used, the texture sampling of the
    10041005    // directviv-uploaded texture returns an RGB value, so there's no need to
     
    10061007    if (m_videoDecoderPlatform != WebKitGstVideoDecoderPlatform::ImxVPU)
    10071008        m_textureMapperFlags |= TEXTURE_MAPPER_COLOR_CONVERT_FLAG;
     1009#endif
    10081010}
    10091011#endif
Note: See TracChangeset for help on using the changeset viewer.