Skip to content
Snippets Groups Projects
Commit 90eae94d authored by Philippe Gorley's avatar Philippe Gorley
Browse files

recorder: remove warnings

Replace deprecation attributes with a commented note to remove 30 or so
compilation warnings.

Deprecation should be used to tell clients what they should and
shouldn't use, and since these fields are private, only the
MediaRecorder can use them.

Change-Id: I227d3508f982b174ca71efca49d5fedad47b1888
parent 43dcfd16
Branches
No related tags found
No related merge requests found
......@@ -100,9 +100,8 @@ class MediaRecorder {
std::string path_;
[[deprecated]]
// NOTE do not use dir_ or filename_, use path_ instead
std::string dir_;
[[deprecated]]
std::string filename_;
unsigned nbExpectedStreams_ = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment