Changeset 264985 in webkit


Ignore:
Timestamp:
Jul 28, 2020 8:27:21 AM (4 years ago)
Author:
calvaris@igalia.com
Message:

[GStreamer] Use GST_PLUGIN_FEATURE_RANK env var to have Thunder ranked higher in runtime instead of current custom one
https://bugs.webkit.org/show_bug.cgi?id=214826

  • platform/graphics/gstreamer/GStreamerCommon.cpp: Unreviewed,

added comment about delaying because of the dependency on
GStreamer 1.16.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r264975 r264985  
     12020-07-28  Xabier Rodriguez Calvar  <calvaris@igalia.com>
     2
     3        [GStreamer] Use GST_PLUGIN_FEATURE_RANK env var to have Thunder ranked higher in runtime instead of current custom one
     4        https://bugs.webkit.org/show_bug.cgi?id=214826
     5
     6        * platform/graphics/gstreamer/GStreamerCommon.cpp: Unreviewed,
     7        added comment about delaying because of the dependency on
     8        GStreamer 1.16.
     9
    1102020-07-28  Xabier Rodriguez Calvar  <calvaris@igalia.com>
    211
  • trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp

    r264764 r264985  
    288288// be ranked higher when there is no protection system set (as in
    289289// WebM).
     290// FIXME: In https://bugs.webkit.org/show_bug.cgi?id=214826 we say we
     291// should migrate to use GST_PLUGIN_FEATURE_RANK but we can't yet
     292// because our lowest dependency is 1.16.
    290293bool isThunderRanked()
    291294{
Note: See TracChangeset for help on using the changeset viewer.