Bug 247679 - [GStreamer] Remove extraneous extendedSupportsType method
Summary: [GStreamer] Remove extraneous extendedSupportsType method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-09 08:29 PST by Olivier Blin
Modified: 2022-11-09 10:37 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Blin 2022-11-09 08:29:26 PST
Content type checks are done in GStreamerRegistryScanner::isContentTypeSupported() or MediaPlayerPrivateGStreamerMSE::supportsType().

The extraneous MediaPlayerPrivateGStreamer::extendedSupportsType() method is not implemented and should be removed, like done for other ports in r157834.
Comment 1 Olivier Blin 2022-11-09 08:31:25 PST
Pull request: https://github.com/WebKit/WebKit/pull/6303
Comment 2 EWS 2022-11-09 10:37:21 PST
Committed 256489@main (a12a0c36a046): <https://commits.webkit.org/256489@main>

Reviewed commits have been landed. Closing PR #6303 and removing active labels.