aggregator: Unref the taglist in GstAggregator::stop()
This commit is contained in:
parent
b0ade1a317
commit
b3cd526347
@ -728,6 +728,10 @@ _stop (GstAggregator * agg)
|
||||
gst_aggregator_iterate_sinkpads (agg,
|
||||
(GstAggregatorPadForeachFunc) _flush_pad, NULL);
|
||||
|
||||
if (agg->priv->tags)
|
||||
gst_tag_list_unref (agg->priv->tags);
|
||||
agg->priv->tags = NULL;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user