<?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>312871</bug_id>
          
          <creation_ts>2026-04-21 02:26:11 -0700</creation_ts>
          <short_desc>[GStreamer][MSE] media/media-source/media-source-seek-to-zero-then-play.html is a permanent failure</short_desc>
          <delta_ts>2026-05-15 10:50:55 -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>Media</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jean-Yves Avenard [:jya]">jean-yves.avenard</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bugs-noreply</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2202637</commentid>
    <comment_count>0</comment_count>
    <who name="Jean-Yves Avenard [:jya]">jean-yves.avenard</who>
    <bug_when>2026-04-21 02:26:11 -0700</bug_when>
    <thetext>from bug 312859

```
--- /sdk/webkit/layout-test-results/media/media-source/media-source-seek-to-zero-then-play-expected.txt
+++ /sdk/webkit/layout-test-results/media/media-source/media-source-seek-to-zero-then-play-actual.txt
@@ -1,3 +1,5 @@
+FAIL: Timed out waiting for notifyDone to be called
+
 
 RUN(video.src = URL.createObjectURL(source))
 EVENT(sourceopen)
@@ -7,16 +9,4 @@
 RUN(sourceBuffer.appendWindowEnd = 0.3)
 Appended first segment with window [0, 0.3)
 RUN(video.currentTime = 0)
-EVENT(seeked)
-First seek to 0 completed
-RUN(video.currentTime = 0)
-EVENT(seeked)
-Second seek to 0 completed
-RUN(sourceBuffer.appendWindowEnd = 0.6)
-Re-appended first segment with window [0, 0.6)
-RUN(video.play())
-EVENT(playing)
-EXPECTED (video frame rendered past 0.3s) OK
-RUN(video.pause())
-END OF TEST
 ```

seeking to 0 when currentTime is already 0 doesn&apos;t fire the `seeked` event which isn&apos;t per spec (note that chrome has the same issue). 
The spec does NOT have an early-abort for seeking to the current position. The seek algorithm always runs through and 
fires seeking/seeked. The only early-aborts are for readyState == HAVE_NOTHING and no seekable ranges.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>