mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Seek done in video player in MediaView. Some memory leaks fixed.
Using pixmapFromImageInPlace() instead of QPixmap::fromImage().
This commit is contained in:
@@ -118,8 +118,8 @@ protected:
|
||||
|
||||
private slots:
|
||||
void onVideoPauseResume();
|
||||
void onVideoSeekProgress(int64 position);
|
||||
void onVideoSeekFinished(int64 position);
|
||||
void onVideoSeekProgress(int64 positionMs);
|
||||
void onVideoSeekFinished(int64 positionMs);
|
||||
void onVideoVolumeChanged(float64 volume);
|
||||
void onVideoToFullScreen();
|
||||
void onVideoFromFullScreen();
|
||||
@@ -131,8 +131,9 @@ private:
|
||||
void findCurrent();
|
||||
void loadBack();
|
||||
|
||||
void updateVideoPlaybackState(const AudioPlaybackState &state);
|
||||
void updateVideoPlaybackState(const AudioPlaybackState &state, bool reset = false);
|
||||
void updateSilentVideoPlaybackState();
|
||||
void restartVideoAtSeekPosition(int64 positionMs);
|
||||
|
||||
void createClipController();
|
||||
void setClipControllerGeometry();
|
||||
|
Reference in New Issue
Block a user