Commit ab08550a authored by Jacob Walser's avatar Jacob Walser

Set running flag to false if pipeline fails to change state

parent c9885e23
......@@ -335,10 +335,13 @@ void VideoReceiver::start()
gst_object_unref(_pipeline);
_pipeline = NULL;
}
_running = false;
} else {
_running = true;
qCDebug(VideoReceiverLog) << "Running";
}
_starting = false;
_running = true;
qCDebug(VideoReceiverLog) << "Running";
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment