From ec15f36073b77375a06457c423d9a56245aa9dfc Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 22 Mar 2015 18:14:45 +0100 Subject: o Renaming open_sample_input_stream to open_sample_stream_parser. --- sensor/include/trygvis/sensor/io.h | 3 +-- sensor/main/io.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'sensor') diff --git a/sensor/include/trygvis/sensor/io.h b/sensor/include/trygvis/sensor/io.h index 7db7615..2cace70 100644 --- a/sensor/include/trygvis/sensor/io.h +++ b/sensor/include/trygvis/sensor/io.h @@ -179,8 +179,7 @@ public: string name; }; -// TODO: rename to open_sample_stream_parser -unique_ptr open_sample_input_stream( +unique_ptr open_sample_stream_parser( shared_ptr output, KeyDictionary &dict, sample_format_type type = sample_format_type::AUTO); diff --git a/sensor/main/io.cpp b/sensor/main/io.cpp index 18040f1..4837414 100644 --- a/sensor/main/io.cpp +++ b/sensor/main/io.cpp @@ -360,7 +360,7 @@ void AutoSampleParser::process(mutable_buffers_1 buffer) { } } -unique_ptr open_sample_input_stream( +unique_ptr open_sample_stream_parser( shared_ptr output, KeyDictionary &dict, sample_format_type type) { -- cgit v1.2.3