Bug 281487
Summary: | [GStreamer] Fix VideoEncoderPrivateGStreamer build without WebCodecs | ||
---|---|---|---|
Product: | WebKit | Reporter: | Olivier Blin <olivier.blin> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Olivier Blin
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Olivier Blin
Pull request: https://github.com/WebKit/WebKit/pull/35213
EWS
Committed 285195@main (f364dfc9eccc): <https://commits.webkit.org/285195@main>
Reviewed commits have been landed. Closing PR #35213 and removing active labels.