Bug 281487

Summary: [GStreamer] Fix VideoEncoderPrivateGStreamer build without WebCodecs
Product: WebKit Reporter: Olivier Blin <olivier.blin>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Olivier Blin
Reported 2024-10-15 04:19:53 PDT
VideoEncoderPrivateGStreamer.h currently includes VideoEncoder.h for ScalabilityMode enum, but this is only available when WEB_CODECS is enabled. To be able to use VideoEncoderPrivateGStreamer for MediaRecorder and MediaStream when WebCodecs is disabled, use VideoEncoderScalabilityMode.h instead.
Attachments
Olivier Blin
Comment 1 2024-10-15 04:22:06 PDT
EWS
Comment 2 2024-10-15 07:54:05 PDT
Committed 285195@main (f364dfc9eccc): <https://commits.webkit.org/285195@main> Reviewed commits have been landed. Closing PR #35213 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.