From 15025088eac53d97705191d06b13868d62977155 Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Wed, 11 Dec 2013 14:29:57 +1000 Subject: Only acquire resources as required in gstreamer backend. Make resources required for capture optional and disable just the capture features if they are not available, so the camera viewfinder can be displayed and images captured without blocking the music playback and the other way around. Change-Id: Ic9692195156d994ccd4a911ae41d2242a00d575b Reviewed-by: John Brooks Reviewed-by: Yoann Lopes --- src/plugins/gstreamer/camerabin/camerabinservice.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/gstreamer/camerabin/camerabinservice.h') diff --git a/src/plugins/gstreamer/camerabin/camerabinservice.h b/src/plugins/gstreamer/camerabin/camerabinservice.h index 2d965ff43..7d3b3df09 100644 --- a/src/plugins/gstreamer/camerabin/camerabinservice.h +++ b/src/plugins/gstreamer/camerabin/camerabinservice.h @@ -79,7 +79,6 @@ private: void setAudioPreview(GstElement*); CameraBinSession *m_captureSession; - CameraBinControl *m_cameraControl; CameraBinMetaData *m_metaDataControl; QAudioInputSelectorControl *m_audioInputSelector; -- cgit v1.2.3