mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +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
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