Bug 299724
| Summary: | [GStreamer][LibWebRTC] Build broken | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | Platform | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
/var/home/phil/WebKit/WebKitBuild/WPE/Release/WTF/Headers/wtf/text/MakeString.h:92:38: error: implicit instantiation of undefined template 'WTF::StringTypeAdapter<const char *>'
92 | return tryMakeStringFromAdapters(StringTypeAdapter<StringTypes>(strings)...);
| ^
/var/home/phil/WebKit/WebKitBuild/WPE/Release/WTF/Headers/wtf/text/MakeString.h:98:19: note: in instantiation of function template specialization 'WTF::tryMakeString<const char *, WTF::ASCIILiteral, WTF::ASCIILiteral, WTF::ASCIILiteral, unsigned int>' requested here
98 | auto result = tryMakeString(strings...);
| ^
/var/home/phil/WebKit/Source/WebCore/platform/mediastream/libwebrtc/gstreamer/GStreamerVideoDecoderFactory.cpp:80:21: note: in instantiation of function template specialization 'WTF::makeString<const char *, WTF::ASCIILiteral, WTF::ASCIILiteral, WTF::ASCIILiteral, unsigned int>' requested here
80 | auto name = makeString(Name(), "-dec-"_s, factoryName, "-"_s, elementId.exchangeAdd(1));
| ^
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Also a link error: error: undefined symbol: WebKit::NetworkRTCSharedMonitor::removeListener(WebKit::NetworkRTCMonitor&)
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/51496
EWS
Committed 300678@main (23b179b28300): <https://commits.webkit.org/300678@main>
Reviewed commits have been landed. Closing PR #51496 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/161562086>
Radar WebKit Bug Importer
<rdar://problem/161562252>