qtmux: Fix GST_STIME_ARGS usage
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>
This commit is contained in:
parent
b0f527a79e
commit
5d69f2bc36
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user