GStreamer player session: remove code for old playbin.

We only support 'playbin2'.

Change-Id: Ibe35f71377862cb83742c2f9b606c5e2fdd5199d
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Lev Zelenskiy
2012-05-11 15:42:04 +10:00
committed by Qt by Nokia
parent db9a6de400
commit 8ce488249e
2 changed files with 49 additions and 147 deletions

View File

@@ -199,7 +199,6 @@ private:
QMediaPlayer::State m_pendingState;
QGstreamerBusHelper* m_busHelper;
GstElement* m_playbin;
bool m_usePlaybin2;
GstElement* m_videoOutputBin;
GstElement* m_videoIdentity;