Bug 302779
| Summary: | [GStreamer] Ambiguous calls to gst_check_version when building with current GStreamer git main | ||
|---|---|---|---|
| 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
/WebCore/platform/mediastream/gstreamer/GStreamerMediaStreamSource.cpp:1120:9: error: call to 'gst_check_version' is ambiguous
1120 | if (gst_check_version(1, 22, 0))
| ^~~~~~~~~~~~~~~~~
/var/home/phil/WebKit/local-projects/subprojects/gstreamer-full/subprojects/gstreamer/gst/gst.h:133:10: note: candidate function
133 | gboolean gst_check_version (guint major, guint minor, guint micro);
| ^
/var/home/phil/WebKit/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.h:58:13: note: candidate function
58 | inline bool gst_check_version(guint major, guint minor, guint micro)
| ^
1 error generated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/54175
EWS
Committed 303321@main (52ba2a4f5ff5): <https://commits.webkit.org/303321@main>
Reviewed commits have been landed. Closing PR #54175 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/165121446>