mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
LibVideo: Remove hook to notify clients upon reaching end of the stream
This reverts commit 33047b38ec
.
This use case is now satisfied with on_playback_state_change and getting
the playback state from the PlaybackManager.
This commit is contained in:
parent
6cd50d1910
commit
f8f35fdaad
Notes:
sideshowbarker
2024-07-17 00:27:16 +09:00
Author: https://github.com/trflynn89
Commit: f8f35fdaad
Pull-request: https://github.com/SerenityOS/serenity/pull/18296
Reviewed-by: https://github.com/Zaggy1024 ✅
2 changed files with 0 additions and 5 deletions
|
@ -135,7 +135,6 @@ public:
|
|||
|
||||
Function<void(RefPtr<Gfx::Bitmap>)> on_video_frame;
|
||||
Function<void()> on_playback_state_change;
|
||||
Function<void()> on_end_of_stream;
|
||||
Function<void(DecoderError)> on_decoder_error;
|
||||
Function<void(Error)> on_fatal_playback_error;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue