| Summary: | Follow-up fixes after 264515@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Michael Catanzaro <mcatanzaro> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=254954 | ||
Pull request: https://github.com/WebKit/WebKit/pull/14351 Committed 264529@main (ee059a1e6a73): <https://commits.webkit.org/264529@main> Reviewed commits have been landed. Closing PR #14351 and removing active labels. |
Fix indentation error and also: /home/mcatanzaro/Projects/WebKit/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:1576:71: error: cannot pass object of non-trivial type 'WeakPtr<MediaPlayer>' through variadic function; call will abort at runtime [-Wnon-pod-varargs] gst_structure_set(contextStructure, "player", G_TYPE_POINTER, m_player, nullptr); ^ 1 error generated.