Replace gst_tag_list_free with gst_tag_list_unref

This commit is contained in:
Jonas Kvinge
2020-10-17 04:54:46 +02:00
parent 0235b19801
commit 5b21118a8c
2 changed files with 2 additions and 2 deletions

View File

@@ -949,7 +949,7 @@ void GstEnginePipeline::TagMessageReceived(GstMessage *msg) {
}
}
gst_tag_list_free(taglist);
gst_tag_list_unref(taglist);
emit MetadataFound(id(), bundle);