[Webkit-unassigned] [Bug 281295] New: [GStreamer] MediaRecorder with webm configuration is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 11 04:19:11 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=281295

            Bug ID: 281295
           Summary: [GStreamer] MediaRecorder with webm configuration is
                    broken
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jean-yves.avenard at apple.com

When opening a MediaRecorder with { mediaType: "video/webm" } the data created is actually mp4

https://ews-build.s3-us-west-2.amazonaws.com/WPE-WK2-Tests-EWS/03987f9d-56309-stress-mode/http/wpt/mediarecorder/MediaRecorder-requestData-pretty-diff.html

```
--- /home/ews/worker/WPE-WK2-Tests-EWS/build/layout-test-results/http/wpt/mediarecorder/MediaRecorder-requestData-expected.txt
+++ /home/ews/worker/WPE-WK2-Tests-EWS/build/layout-test-results/http/wpt/mediarecorder/MediaRecorder-requestData-actual.txt
@@ -1,5 +1,5 @@


 PASS Verify MediaRecorder requestData returns data progressively
-PASS Verify MediaRecorder with WebM requestData returns data progressively
+FAIL Verify MediaRecorder with WebM requestData returns data progressively assert_equals: expected "video/webm; codecs=\"vp8\"" but got "video/mp4"
```

in the test added in bug 281106

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241011/25a4e11c/attachment.htm>


More information about the webkit-unassigned mailing list