summaryrefslogtreecommitdiff
path: root/src/lib/video_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-22 10:06:10 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-22 10:06:10 +0100
commit422be0eece2bf6ee80db1d3c21553cd82efff789 (patch)
tree57604c446361be99eb092f35e703445260ada84a /src/lib/video_content.cc
parente34db1b3cdb5bce5ddcb112ee03664a4e463032a (diff)
Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream.
Diffstat (limited to 'src/lib/video_content.cc')
-rw-r--r--src/lib/video_content.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc
index a59e9669d..335f8c6db 100644
--- a/src/lib/video_content.cc
+++ b/src/lib/video_content.cc
@@ -30,8 +30,8 @@
#include "exceptions.h"
#include "frame_rate_change.h"
#include "log.h"
-#include "safe_stringstream.h"
#include "raw_convert.h"
+#include <locked_sstream.h>
#include <libcxml/cxml.h>
#include <dcp/colour_matrix.h>
#include <libxml++/libxml++.h>
@@ -264,7 +264,7 @@ VideoContent::take_from_examiner (shared_ptr<VideoExaminer> d)
string
VideoContent::identifier () const
{
- SafeStringStream s;
+ locked_stringstream s;
s << crop().left
<< "_" << crop().right
<< "_" << crop().top
@@ -377,7 +377,7 @@ string
VideoContent::processing_description () const
{
/* stringstream is OK here as this string is just for presentation to the user */
- SafeStringStream d;
+ locked_stringstream d;
if (size().width && size().height) {
d << String::compose (