Bug 255093 - [GStreamer] Refactor appsink callbacks handling
Summary: [GStreamer] Refactor appsink callbacks handling
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-06 09:02 PDT by Philippe Normand
Modified: 2023-04-11 06:38 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2023-04-06 09:02:24 PDT
The current approach leads to compilation warnings when building against new GStreamer versions adding callbacks.
Comment 1 Philippe Normand 2023-04-06 09:05:41 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12460