Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6425d5599a093a085c32117b38e29f35f672ae91
      
https://github.com/WebKit/WebKit/commit/6425d5599a093a085c32117b38e29f35f672ae91
  Author: Philippe Normand <[email protected]>
  Date:   2025-06-20 (Fri, 20 Jun 2025)

  Changed paths:
    M LayoutTests/platform/glib/TestExpectations
    M LayoutTests/webrtc/video-av1.html
    M 
Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp
    M 
Source/WebCore/platform/mediastream/gstreamer/MockRealtimeVideoSourceGStreamer.cpp

  Log Message:
  -----------
  [GStreamer][WebRTC] webrtc/video-av1.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=276587
<rdar://problem/131697366>

Reviewed by Xabier Rodriguez-Calvar.

The test was timing out for two reasons:

- The av1enc encoder was failing to encode frames due to non-monotonic 
timestamps on input black
  frame buffers, which is now fixed by passing timestamps from the built 
VideoFrames to the black
  frame buffers we internally generate for disabled tracks.
- In the test, there was a possibility of trying to get video decoded frames 
stats from inbound RTP
  audio stats. We now check the kind field to prevent this.

* LayoutTests/platform/glib/TestExpectations:
* LayoutTests/webrtc/video-av1.html:
* Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp:
* 
Source/WebCore/platform/mediastream/gstreamer/MockRealtimeVideoSourceGStreamer.cpp:
(WebCore::MockRealtimeVideoSourceGStreamer::updateSampleBuffer):

Canonical link: https://commits.webkit.org/296432@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to