mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
aggregator: Document locking for gst_aggregator_get_latency_unlocked()
Renamed it to _unlocked() to make it clear. https://bugzilla.gnome.org/show_bug.cgi?id=742684
This commit is contained in:
parent
f5d63b031d
commit
008de39d3f
1 changed files with 2 additions and 1 deletions
|
@ -879,7 +879,8 @@ gst_videoaggregator_update_qos (GstVideoAggregator * vagg, gdouble proportion,
|
|||
GST_TIME_ARGS (ABS (diff)), GST_TIME_ARGS (timestamp));
|
||||
|
||||
GST_OBJECT_LOCK (vagg);
|
||||
gst_aggregator_get_latency (GST_AGGREGATOR (vagg), &live, NULL, NULL);
|
||||
gst_aggregator_get_latency_unlocked (GST_AGGREGATOR (vagg), &live, NULL,
|
||||
NULL);
|
||||
|
||||
vagg->priv->proportion = proportion;
|
||||
if (G_LIKELY (timestamp != GST_CLOCK_TIME_NONE)) {
|
||||
|
|
Loading…
Reference in a new issue