| Summary: | REGRESSION(r263836): [GStreamer] Debug ASSERT hits | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <pnormand> | ||||||||
| Component: | Platform | Assignee: | Philippe Normand <pnormand> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | aboya, calvaris, eric.carlson, ews-watchlist, glenn, hta, jer.noble, philipj, sergio, tommyw, webkit-bug-importer | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Philippe Normand
2020-07-07 09:08:26 PDT
Created attachment 403696 [details]
Patch
Created attachment 403697 [details]
Patch
Comment on attachment 403697 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=403697&action=review > Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp:450 > + ProbeData(GstElement* element, GstStaticPadTemplate* padTemplate, GRefPtr<GstTagList> tags, const char* trackId) GRefPtr<GstTagList>&& tags > Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp:453 > + , tags(tags) WTFMove > Source/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp:501 > + auto* data = new ProbeData(GST_ELEMENT_CAST(self), padTemplate, tags, track->id().utf8().data()); WTFMove Created attachment 403762 [details]
Patch
Committed r264062: <https://trac.webkit.org/changeset/264062> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403762 [details]. *** Bug 214073 has been marked as a duplicate of this bug. *** |