[webkit-changes] [WebKit/WebKit] d14823: [GStreamer][MSE] Leaks seek events
Philippe Normand
noreply at github.com
Mon Mar 25 05:53:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d1482329e9e22040aed5251aa90eb1becd3cf725
https://github.com/WebKit/WebKit/commit/d1482329e9e22040aed5251aa90eb1becd3cf725
Author: Philippe Normand <philn at igalia.com>
Date: 2024-03-25 (Mon, 25 Mar 2024)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/mse/WebKitMediaSourceGStreamer.cpp
Log Message:
-----------
[GStreamer][MSE] Leaks seek events
https://bugs.webkit.org/show_bug.cgi?id=271611
Reviewed by Alicia Boya Garcia.
The event ref passed to the send_event vfunc is transfer-full, so it needs to be adopted. When
chaining to the parent class we transfer it back.
* Source/WebCore/platform/graphics/gstreamer/mse/WebKitMediaSourceGStreamer.cpp:
(webKitMediaSrcSendEvent):
Canonical link: https://commits.webkit.org/276621@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list