|
|
@ -178,9 +178,9 @@ void VideoReceiver::stopRecording(void) |
|
|
|
|
|
|
|
|
|
|
|
VideoReceiver::VideoReceiver(QObject* parent) |
|
|
|
VideoReceiver::VideoReceiver(QObject* parent) |
|
|
|
: QObject(parent) |
|
|
|
: QObject(parent) |
|
|
|
#if defined(QGC_GST_STREAMING) |
|
|
|
|
|
|
|
, _recording(false) |
|
|
|
, _recording(false) |
|
|
|
, _streaming(false) |
|
|
|
, _streaming(false) |
|
|
|
|
|
|
|
#if defined(QGC_GST_STREAMING) |
|
|
|
, _videoSink(NULL) |
|
|
|
, _videoSink(NULL) |
|
|
|
, _socket(NULL) |
|
|
|
, _socket(NULL) |
|
|
|
, _serverPresent(false) |
|
|
|
, _serverPresent(false) |
|
|
|