Bug 284029
| Summary: | MediaSourcePrivateGStreamer: Fix m_trackIdRegistry not declared error | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Pablo Saavedra <psaavedra> |
| Component: | WebCore Misc. | Assignee: | Pablo Saavedra <psaavedra> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pablo Saavedra
A compilation error occurs in the MediaSourcePrivateGStreamer implementation when building WebKit, specifically in methods using m_trackIdRegistry. The error is caused by a misplaced #endif directive in the MediaSourcePrivateGStreamer.h file, which prematurely ends the conditional compilation block and excludes the declaration of m_trackIdRegistry.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Pablo Saavedra
Pull request: https://github.com/WebKit/WebKit/pull/37418
Pablo Saavedra
Already fixed in 1cfbdd74e97ea
*** This bug has been marked as a duplicate of bug 283750 ***