mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
streamsynchronizer: Add some more debug output
This commit is contained in:
parent
203b635d0c
commit
152534611d
1 changed files with 4 additions and 0 deletions
|
@ -500,6 +500,10 @@ gst_stream_synchronizer_sink_event (GstPad * pad, GstObject * parent,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GST_DEBUG_OBJECT (pad,
|
||||||
|
"Updating group start time from %" GST_TIME_FORMAT " to %"
|
||||||
|
GST_TIME_FORMAT, GST_TIME_ARGS (self->group_start_time),
|
||||||
|
GST_TIME_ARGS (new_group_start_time));
|
||||||
self->group_start_time = new_group_start_time;
|
self->group_start_time = new_group_start_time;
|
||||||
GST_STREAM_SYNCHRONIZER_UNLOCK (self);
|
GST_STREAM_SYNCHRONIZER_UNLOCK (self);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue