WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 283750
284029
MediaSourcePrivateGStreamer: Fix m_trackIdRegistry not declared error
https://bugs.webkit.org/show_bug.cgi?id=284029
Summary
MediaSourcePrivateGStreamer: Fix m_trackIdRegistry not declared error
Pablo Saavedra
Reported
2024-12-04 02:59:59 PST
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
Comment 1
2024-12-04 03:02:28 PST
Pull request:
https://github.com/WebKit/WebKit/pull/37418
Pablo Saavedra
Comment 2
2024-12-04 03:07:56 PST
Already fixed in 1cfbdd74e97ea *** This bug has been marked as a duplicate of
bug 283750
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug