qtmux: Fix GST_STIME_ARGS usage

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>
This commit is contained in:
Edward Hervey 2025-01-04 10:01:40 +01:00 committed by GStreamer Marge Bot
parent b0f527a79e
commit 5d69f2bc36

View file

@ -4501,7 +4501,7 @@ init:
G_GINT64_FORMAT " (%" GST_TIME_FORMAT ") of %" G_GINT64_FORMAT " (%"
GST_STIME_FORMAT ")", first_qt_dts, GST_TIME_ARGS (first_dts), dts,
GST_TIME_ARGS (current_dts), dts - first_qt_dts,
GST_STIME_ARGS (current_dts - first_dts));
GST_STIME_ARGS ((GstClockTimeDiff) (current_dts - first_dts)));
atom_traf_set_base_decode_time (pad->traf, dts - first_qt_dts);
}