<?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>296928</bug_id>
          
          <creation_ts>2025-08-05 04:39:54 -0700</creation_ts>
          <short_desc>[GStreamer] http/wpt/mediarecorder/mute-tracks.html is failing</short_desc>
          <delta_ts>2025-08-05 04:40:36 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>213699</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Diego Pino">dpino</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>philn</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2134375</commentid>
    <comment_count>0</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2025-08-05 04:39:54 -0700</bug_when>
    <thetext>The tests fails with the following output:

[GTK]

https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/298225%40main%20%2820820%29/http/wpt/mediarecorder/mute-tracks-diff.txt

--- /home/buildbot/worker/GTK-Linux-64-bit-Release-Tests/build/layout-test-results/http/wpt/mediarecorder/mute-tracks-expected.txt
+++ /home/buildbot/worker/GTK-Linux-64-bit-Release-Tests/build/layout-test-results/http/wpt/mediarecorder/mute-tracks-actual.txt
@@ -1,6 +1,6 @@
 
 
 PASS Recording a muted audio track should produce silence
-PASS Muting an audio track should record silence
+FAIL Muting an audio track should record silence promise_test: Unhandled rejection with value: object &quot;NotSupportedError: The operation is not supported.&quot;
 PASS Muting a video track should produce black frames

[WPE] 

https://build.webkit.org/results/WPE-Linux-64-bit-Release-Tests/298225%40main%20%2822215%29/http/wpt/mediarecorder/mute-tracks-diff.txt

--- /home/buildbot/worker/WPE-Linux-64-bit-Release-Tests/build/layout-test-results/http/wpt/mediarecorder/mute-tracks-expected.txt
+++ /home/buildbot/worker/WPE-Linux-64-bit-Release-Tests/build/layout-test-results/http/wpt/mediarecorder/mute-tracks-actual.txt
@@ -1,6 +1,9 @@
+CONSOLE MESSAGE: A capture MediaStreamTrack was destroyed without having been stopped explicitly
+CONSOLE MESSAGE: A capture MediaStreamTrack was destroyed without having been stopped explicitly
+CONSOLE MESSAGE: A capture MediaStreamTrack was destroyed without having been stopped explicitly
 
 
 PASS Recording a muted audio track should produce silence
-PASS Muting an audio track should record silence
+FAIL Muting an audio track should record silence promise_test: Unhandled rejection with value: object &quot;NotSupportedError: The operation is not supported.&quot;
 PASS Muting a video track should produce black frames

I suspect the error happens at this line: https://github.com/WebKit/WebKit/blob/main/Source/WebCore/html/HTMLMediaElement.cpp#L4360, that means it happens on calling `video2.play()`.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>