<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>306129</bug_id>
          
          <creation_ts>2026-01-23 10:43:03 -0800</creation_ts>
          <short_desc>[GTK] error: call to &apos;gst_check_version&apos; is ambiguous</short_desc>
          <delta_ts>2026-01-25 00:55:35 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Gtk</keywords>
          <priority>P3</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jeremy Bicha">jbicha</reporter>
          <assigned_to name="Philippe Normand">philn</assigned_to>
          <cc>berto</cc>
    
    <cc>bugs-noreply</cc>
    
    <cc>philn</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2174522</commentid>
    <comment_count>0</comment_count>
    <who name="Jeremy Bicha">jbicha</who>
    <bug_when>2026-01-23 10:43:03 -0800</bug_when>
    <thetext>- webkitgtk 2.51.90
- gstreamer 1.27.90
- Ubuntu 26.04 LTS devel

webkitgtk is failing to build in Ubuntu 26.04 LTS which already has gstreamer 1.27.90. I expect gstreamer 1.28.0 to be released next week.

It looks like https://github.com/WebKit/WebKit/pull/53872 needs to be fixed.

Build excerpt
==========
In file included from /&lt;&lt;PKGBUILDDIR&gt;&gt;/build-gtk3/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-56.cpp:2:
/&lt;&lt;PKGBUILDDIR&gt;&gt;/Source/WebCore/platform/graphics/gstreamer/GLVideoSinkGStreamer.cpp:72:14: error: call to &apos;gst_check_version&apos; is ambiguous
   72 |         if (!gst_check_version(1, 20, 0))
      |              ^~~~~~~~~~~~~~~~~
/usr/include/gstreamer-1.0/gst/gst.h:134:17: note: candidate function
  134 | gboolean        gst_check_version               (guint major, guint minor, guint micro);
      |                 ^
/&lt;&lt;PKGBUILDDIR&gt;&gt;/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h:62:13: note: candidate function
   62 | inline bool gst_check_version(guint major, guint minor, guint micro)
      |             ^
1 error generated.
[8647/9439]

Build log
=======
https://launchpad.net/~jbicha/+archive/ubuntu/arch/+build/32183464</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2174544</commentid>
    <comment_count>1</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2026-01-23 11:46:21 -0800</bug_when>
    <thetext>If you really have GStreamer 1.27.90 I don&apos;t see how the WebKit gst_check_version is picked-up, it should be only for versions &lt; 1.27.2.1.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2174549</commentid>
    <comment_count>2</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2026-01-23 11:49:31 -0800</bug_when>
    <thetext>That was fixed in https://bugs.webkit.org/show_bug.cgi?id=302779 ... do you have that commit?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2174573</commentid>
    <comment_count>3</comment_count>
    <who name="Jeremy Bicha">jbicha</who>
    <bug_when>2026-01-23 13:08:01 -0800</bug_when>
    <thetext>Yes, that commit is included and yes, the build logs show that gstreamer 1.27.90 is being used.

https://github.com/WebKit/WebKit/pull/54175</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2174716</commentid>
    <comment_count>4</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2026-01-24 02:00:23 -0800</bug_when>
    <thetext>The GST_CHECK_VERSION_FULL macro is incorrect, it would need to be more elaborate... I&apos;ll just remove it for now, since we can check for 1.27.90 now that it is out.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2174720</commentid>
    <comment_count>5</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2026-01-24 02:12:39 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/57171</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2174775</commentid>
    <comment_count>6</comment_count>
    <who name="Jeremy Bicha">jbicha</who>
    <bug_when>2026-01-24 13:06:52 -0800</bug_when>
    <thetext>I confirm that pull request fixes my issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2174865</commentid>
    <comment_count>7</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-01-25 00:55:32 -0800</bug_when>
    <thetext>Committed 306164@main (6ab4390e676d): &lt;https://commits.webkit.org/306164@main&gt;

Reviewed commits have been landed. Closing PR #57171 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>