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
@ -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…
x
Reference in New Issue
Block a user