Moved general gstreamer helper classes into separate library.

Cleaned up configuration of gstreamer with a separate config
test.

Change-Id: I1ec9ee466233687fbcfdc544a12d9fce578e4379
Reviewed-on: http://codereview.qt-project.org/6459
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Jonas Rabbe
2011-10-11 15:25:36 +10:00
committed by Qt by Nokia
parent 126addddb5
commit 48d95f0baa
37 changed files with 278 additions and 75 deletions

View File

@@ -40,11 +40,11 @@
****************************************************************************/
#include "qgstreamerplayersession.h"
#include "qgstreamerbushelper.h"
#include <private/qgstreamerbushelper_p.h>
#include "qgstreamervideorendererinterface.h"
#include "gstvideoconnector.h"
#include "qgstutils.h"
#include <private/qgstutils_p.h>
#include <gst/gstvalue.h>
#include <gst/base/gstbasesrc.h>

View File

@@ -45,7 +45,7 @@
#include <QObject>
#include <QtNetwork/qnetworkrequest.h>
#include "qgstreamerplayercontrol.h"
#include "qgstreamerbushelper.h"
#include <private/qgstreamerbushelper_p.h>
#include <qmediaplayer.h>
#include <qmediastreamscontrol.h>