Summary: | [GStreamer] Rewrite purgeInvalid*Tracks methods | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> | ||||
Component: | Platform | Assignee: | Philippe Normand <pnormand> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | cgarcia, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | Other | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Philippe Normand
2018-02-21 08:37:21 PST
Created attachment 334382 [details]
Patch
Comment on attachment 334382 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=334382&action=review > Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:1458 > + m_audioTracks.removeIf([&](auto& keyAndValue) { I prefer to explicitly capture validTrackIds& only Committed r228875: <https://trac.webkit.org/changeset/228875> |