flt.utils.muxer: use `streamClassDefaultClockClass()` methods
[babeltrace.git] / src / plugins / utils / muxer / msg-iter.cpp
index 3a3addc79f90ef1d9b70dce24553a1f01ce86024..2121a0f222595687d4164226311163af024c3acd 100644 (file)
@@ -401,7 +401,7 @@ void MsgIter::_validateMsgClkCls(const bt2::ConstMessage msg)
     /* Get the clock class, if any, of `msg` */
     const auto clkCls = bt2c::call([msg]() -> bt2::OptionalBorrowedObject<bt2::ConstClockClass> {
         if (msg.isStreamBeginning()) {
-            return msg.asStreamBeginning().stream().cls().defaultClockClass();
+            return msg.asStreamBeginning().streamClassDefaultClockClass();
         } else {
             BT_ASSERT(msg.isMessageIteratorInactivity());
             return msg.asMessageIteratorInactivity().clockSnapshot().clockClass();
This page took 0.025277 seconds and 4 git commands to generate.