<?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>253832</bug_id>
          
          <creation_ts>2023-03-13 09:01:08 -0700</creation_ts>
          <short_desc>[GStreamer] New test media/media-source/media-source-webm-configuration-change.html failing</short_desc>
          <delta_ts>2023-11-30 11:57:40 -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>Media</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=265586</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jer Noble">jer.noble</reporter>
          <assigned_to name="Diego Pino">dpino</assigned_to>
          <cc>bugs-noreply</cc>
    
    <cc>dpino</cc>
    
    <cc>philn</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1940905</commentid>
    <comment_count>0</comment_count>
    <who name="Jer Noble">jer.noble</who>
    <bug_when>2023-03-13 09:01:08 -0700</bug_when>
    <thetext>A test added by https://github.com/WebKit/WebKit/pull/11416 will fail on GTK bots. The test validates that a VideoTrack&apos;s TrackConfiguration will update as new media with different codec parameters is appended. From the test results, it appears that the second video&apos;s codec configuration isn&apos;t being parsed correctly (EXPECTED (&apos;vp09.02.10.10.01.09.16.09.01&apos;), OBSERVED &apos;vp09.00.10.08.01.01.01.01.00&apos;), nor is the size or color information updated.

See: https://ews-build.s3-us-west-2.amazonaws.com/WPE-WK2-Tests-EWS/e871fc0b-4097-repeat-failures/results.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1955115</commentid>
    <comment_count>1</comment_count>
    <who name="Jer Noble">jer.noble</who>
    <bug_when>2023-05-12 16:11:48 -0700</bug_when>
    <thetext>Also the new media/media-source/media-source-webm-configuration-vp9-header-color.html  test is failing for similar reasons:

See: https://ews-build.s3-us-west-2.amazonaws.com/WPE-WK2-Tests-EWS/af6d3eeb-9627-stress-mode/results.html

TEST(&quot;content/test-vp9-profile0-stripped-manifest.json&quot;)
EXPECTED (video.videoTracks[0].configuration.colorSpace.matrix == &apos;bt709&apos;), OBSERVED &apos;unspecified&apos; FAIL</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1994906</commentid>
    <comment_count>2</comment_count>
    <who name="Philippe Normand">pnormand</who>
    <bug_when>2023-11-27 03:08:36 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/20925</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1995348</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-11-28 10:52:17 -0800</bug_when>
    <thetext>Committed 271224@main (7734fe565b91): &lt;https://commits.webkit.org/271224@main&gt;

Reviewed commits have been landed. Closing PR #20925 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1995349</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-11-28 10:53:16 -0800</bug_when>
    <thetext>&lt;rdar://problem/118889501&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1995909</commentid>
    <comment_count>5</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2023-11-30 09:20:23 -0800</bug_when>
    <thetext>Debian Stable bot is failing after this patch.

https://build.webkit.org/#/builders/46/builds/35196

```
./../../Source/WebCore/platform/graphics/gstreamer/AudioTrackPrivateGStreamer.cpp:119:32: error: ‘gst_codec_utils_caps_get_mime_codec’ was not declared in this scope; did you mean ‘gst_codec_utils_h265_get_level_idc’?
  119 |     GUniquePtr&lt;char&gt; mimeCodec(gst_codec_utils_caps_get_mime_codec(caps.get()));
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```

It seems this function is only available since GStreamer 1.20. Debian Stable bot builds with GStreamer 1.18.4, which is currently the minium required version.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1995912</commentid>
    <comment_count>6</comment_count>
    <who name="Philippe Normand">philn</who>
    <bug_when>2023-11-30 09:32:55 -0800</bug_when>
    <thetext>Ah sorry about this. I can follow-up. Thanks for letting us know!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1995914</commentid>
    <comment_count>7</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2023-11-30 09:37:02 -0800</bug_when>
    <thetext>Re-opening for pull request https://github.com/webkit/webkit/pull/21110</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1995949</commentid>
    <comment_count>8</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-11-30 11:57:37 -0800</bug_when>
    <thetext>Committed 271352@main (ef99c6c56bb0): &lt;https://commits.webkit.org/271352@main&gt;

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

    </bug>

</bugzilla>