mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
basesink: add jitter to debug output
This commit is contained in:
parent
e1294397d7
commit
3d72274b19
1 changed files with 2 additions and 1 deletions
|
@ -2321,7 +2321,8 @@ again:
|
||||||
* or sync is disabled with GST_CLOCK_BADTIME. */
|
* or sync is disabled with GST_CLOCK_BADTIME. */
|
||||||
status = gst_base_sink_wait_clock (basesink, stime, &jitter);
|
status = gst_base_sink_wait_clock (basesink, stime, &jitter);
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (basesink, "clock returned %d", status);
|
GST_DEBUG_OBJECT (basesink, "clock returned %d, jitter %" GST_TIME_FORMAT,
|
||||||
|
status, GST_TIME_ARGS (jitter));
|
||||||
|
|
||||||
/* invalid time, no clock or sync disabled, just render */
|
/* invalid time, no clock or sync disabled, just render */
|
||||||
if (status == GST_CLOCK_BADTIME)
|
if (status == GST_CLOCK_BADTIME)
|
||||||
|
|
Loading…
Reference in a new issue