Fix build for the camera support of QtMultimedia GStreamer plugin.

Include the correct header file (it was renamed) and also remove
duplicate declaration.

Change-Id: I2683851e9fd0978427273c4739f47b54e1af743b
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Alexis Menard
2012-01-13 09:28:19 -03:00
committed by Qt by Nokia
parent c8f48841ef
commit 0c88091bfc
2 changed files with 1 additions and 17 deletions

View File

@@ -50,7 +50,7 @@
#include <gst/gst.h>
#include <gst/interfaces/photography.h>
#include "qgstreamerbushelper.h"
#include <private/qgstreamerbushelper_p.h>
#include "qcamera.h"