Bug 275607

Summary: REGRESSION(279944@main): [GStreamer] Build broken with RELEASE_LOG disabled
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: Philippe Normand <philn>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, philn
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Miguel Gomez
Reported 2024-06-18 06:57:06 PDT
The change added calls to mediaPlayerLogger() and mediaPlayerLogIdentifier() that are only defined when RELEASE_LOG is enabled. These calls should probably be enclosed inside an #if !RELEASE_LOG_DISABLED guard.
Attachments
Philippe Normand
Comment 1 2024-06-19 05:12:54 PDT
EWS
Comment 2 2024-06-19 06:38:32 PDT
Committed 280172@main (c03ca8dc15f5): <https://commits.webkit.org/280172@main> Reviewed commits have been landed. Closing PR #29978 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.