mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 06:52:41 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue