[Bug 640610] basesink: QoS events are wrong in live pipelines

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 16 14:36:31 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=640610

--- Comment #36 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
I went back to 1.14 and ran:

GST_DEBUG="basesink:5" gst-launch-1.0 fakesrc do-timestamp=1 sizetype=fixed
sizemax=4096 datarate=$((4096*100))  ! fakesink silent=0 sync=1 2>&1 | grep
latency
0:00:00.022531958 28899 0x557046588520 DEBUG               basesink
gstbasesink.c:1168:gst_base_sink_query_latency:<fakesink0> we are ready for
LATENCY query
0:00:00.022548676 28899 0x557046588520 DEBUG               basesink
gstbasesink.c:1210:gst_base_sink_query_latency:<fakesink0> latency query: live:
1, have_latency 1, upstream: 0, min 0:00:00.000000000, max 99:99:99.999999999


Notice "live: 1". Olivier's patch didn't change that behaviour. It's just that
now we have 20ms instead of 0ms.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list