Replace gst_tag_list_free with gst_tag_list_unref
This commit is contained in:
@@ -949,7 +949,7 @@ void GstEnginePipeline::TagMessageReceived(GstMessage *msg) {
|
||||
}
|
||||
}
|
||||
|
||||
gst_tag_list_free(taglist);
|
||||
gst_tag_list_unref(taglist);
|
||||
|
||||
emit MetadataFound(id(), bundle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user