use camel case on video_stream and audio_stream

This commit is contained in:
Isaac Connor
2021-01-28 10:45:53 -05:00
parent 335c1b1404
commit ab65a65dfb
5 changed files with 7 additions and 38 deletions

View File

@@ -87,7 +87,7 @@ RemoteCameraHttp::RemoteCameraHttp(
if ( capture ) {
Initialise();
}
video_stream = NULL;
mVideoStream = NULL;
}
RemoteCameraHttp::~RemoteCameraHttp() {