Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: afc2dbbf7e9f00c6c696e7dd1b0b2c0b178aa9d0
https://github.com/WebKit/WebKit/commit/afc2dbbf7e9f00c6c696e7dd1b0b2c0b178aa9d0
Author: Alicia Boya Garcia <[email protected]>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp
M Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h
M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
M Source/WebCore/platform/graphics/gstreamer/TrackPrivateBaseGStreamer.cpp
M Tools/TestWebKitAPI/Tests/WebCore/gstreamer/GStreamerTest.cpp
Log Message:
-----------
Cherry-pick 307756@main (b53154e35e16).
https://bugs.webkit.org/show_bug.cgi?id=308051
Unreviewed revert of "[GStreamer] TrackID parsing fallback to hashing
stream-id"
This reverts commit ef5a71c3f3067a3f070dae47da382e57b135526f.
The patch made it so that track ids were always constructed from
stream-ids, adding a fallback for when the stream-ids couldn't be
successfully parsed.
Unfortunately, it has been observed in the bots that sometimes by the
time notifyPlayerOfTrack() runs the pad has no stream-id, making an
assertion fail, possibly due to not having received a STREAM_START
event. Why this is the case requires further investigation.
Canonical link: https://commits.webkit.org/307756@main
Canonical link: https://commits.webkit.org/305877.79@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications