Clean up QGstreamerPlayerSession
Remove dead code and fix compiler warnings about unused and uninitialized variables. Change-Id: I809d905e13234db1dbc1b9c2a0ac887c5c712fc7 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
30bfb777f9
commit
1761c93ea8
@@ -93,10 +93,6 @@ public:
|
||||
qint64 duration() const;
|
||||
qint64 position() const;
|
||||
|
||||
bool isBuffering() const;
|
||||
|
||||
int bufferingProgress() const;
|
||||
|
||||
int volume() const;
|
||||
bool isMuted() const;
|
||||
|
||||
@@ -161,7 +157,6 @@ signals:
|
||||
void mutedStateChanged(bool muted);
|
||||
void audioAvailableChanged(bool audioAvailable);
|
||||
void videoAvailableChanged(bool videoAvailable);
|
||||
void bufferingChanged(bool buffering);
|
||||
void bufferingProgressChanged(int percentFilled);
|
||||
void playbackFinished();
|
||||
void tagsChanged();
|
||||
|
||||
Reference in New Issue
Block a user