Skip to content

Commit 27013ef

Browse files
Update Development/nmos-cpp-node/node_implementation.cpp
Co-authored-by: jonathan-r-thorpe <64410119+jonathan-r-thorpe@users.noreply.github.com>
1 parent 1bf0504 commit 27013ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Development/nmos-cpp-node/node_implementation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ namespace impl
242242
auto subs_data_type = make_object_object_datatype(subs_array, U("SenderObjectType"), U("SenderObjectType"));
243243
control_protocol_state.insert(std::move(nmos::experimental::datatype_descriptor{ subs_data_type }));
244244

245-
auto caps_data_type = make_object_array_datatype(U("Media Type Array"), U("media_types"), U("NcSenderCapsType"), U("NcSenderCapsType"));
245+
auto caps_data_type = make_object_array_datatype(U("Media Type Array"), U("media_types"), U("SenderCapsType"), U("SenderCapsType"));
246246
control_protocol_state.insert(std::move(nmos::experimental::datatype_descriptor{ caps_data_type }));
247247

248248
auto tags_data_type = make_object_array_datatype(U("Hints Type Array"), U("urn:x-nmos:tag:grouphint/v1.0"), U("NcSenderTagsType"), U("NcSenderTagsType"));

0 commit comments

Comments
 (0)