Bug 290933
| Summary: | [GStreamer][Quirks] Add quirk supporting instant rate change with custom event | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Enrique Ocaña <eocanha> |
| Component: | New Bugs | Assignee: | Enrique Ocaña <eocanha> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Enrique Ocaña
Some downstream platforms don't use GstClock for audio/video synchronization, don't support existing GST_SEEK_FLAG_INSTANT_RATE_CHANGE, or it doesn't work well in all use cases.
In those cases, a solution where MediaPlayerPrivateGStreamer sends "custom-instant-rate-change" custom OOB downstream event and WebKitMediaSrcGStreamer processes it and updates the rate field on the GstSegment has proven to be useful.
See: https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1475
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Enrique Ocaña
Pull request: https://github.com/WebKit/WebKit/pull/43478
EWS
Committed 293255@main (14cb80d8a004): <https://commits.webkit.org/293255@main>
Reviewed commits have been landed. Closing PR #43478 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/148605722>