]> git.sesse.net Git - casparcg/blobdiff - modules/oal/consumer/oal_consumer.cpp
Started using ptree_get, ptree_get_value, witerate_children and welement_context_iter...
[casparcg] / modules / oal / consumer / oal_consumer.cpp
index 1458b128a3fe586de26a5136a368ee078c99c4bd..da6108c6917f497c499ca2c8bdb23301e1ba1023 100644 (file)
@@ -323,6 +323,8 @@ spl::shared_ptr<core::frame_consumer> create_preconfigured_consumer(const boost:
 
        if (channel_layout_spec)
        {
+               CASPAR_SCOPED_CONTEXT_MSG("/channel-layout")
+
                auto found_layout = core::audio_channel_layout_repository::get_default()->get_layout(*channel_layout_spec);
 
                if (!found_layout)