mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
splitmux: Fix typo converting to running time.
Use the correct collected timestamp.
This commit is contained in:
parent
5a71334fb0
commit
75b601bbd4
1 changed files with 1 additions and 2 deletions
|
@ -1139,8 +1139,7 @@ handle_mq_input (GstPad * pad, GstPadProbeInfo * info, MqStreamCtx * ctx)
|
|||
* stream */
|
||||
if (GST_CLOCK_TIME_IS_VALID (ts)) {
|
||||
GstClockTimeDiff running_time =
|
||||
my_segment_to_running_time (&ctx->in_segment,
|
||||
GST_BUFFER_TIMESTAMP (buf));
|
||||
my_segment_to_running_time (&ctx->in_segment, ts);
|
||||
|
||||
GST_LOG_OBJECT (pad, "Buffer running TS is %" GST_STIME_FORMAT,
|
||||
GST_STIME_ARGS (running_time));
|
||||
|
|
Loading…
Reference in a new issue