Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b53154e35e16312e1021e2078d83c5d3491f4bd4
https://github.com/WebKit/WebKit/commit/b53154e35e16312e1021e2078d83c5d3491f4bd4
Author: Alicia Boya Garcia <[email protected]>
Date: 2026-02-18 (Wed, 18 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:
-----------
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
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications