Implemented availability control for gstreamer player backend

Change-Id: I6d736b90ad59e258eb6f20befea8cfe1afce423a
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
Ling Hu
2012-03-21 15:22:58 +10:00
committed by Qt by Nokia
parent 138242fb2d
commit 7e877a76db
7 changed files with 151 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ class QGstreamerStreamsControl;
class QGstreamerVideoRenderer;
class QGstreamerVideoOverlay;
class QGstreamerVideoWidgetControl;
class QGStreamerAvailabilityControl;
class QGstreamerPlayerService : public QMediaService
{
@@ -77,6 +78,7 @@ private:
QGstreamerPlayerSession *m_session;
QGstreamerMetaDataProvider *m_metaData;
QGstreamerStreamsControl *m_streamsControl;
QGStreamerAvailabilityControl *m_availabilityControl;
QMediaControl *m_videoOutput;
QMediaControl *m_videoRenderer;