commit | c074bfd0b995608ac4c3aa33ca41e2c39604191e | [log] [tgz] |
---|---|---|
author | Tim-Philipp Müller <tim@centricular.net> | Sat Aug 04 16:10:16 2012 +0100 |
committer | Tim-Philipp Müller <tim@centricular.net> | Sat Aug 04 16:10:16 2012 +0100 |
tree | 0c000fa33f7d526e2d829d5ebf3867c41b358f9c | |
parent | a549b0bf2c03eba92e813e0ec24f7f8d5bfba04a [diff] [blame] |
gst_tag_list_free -> gst_tag_list_unref
diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index 992d8c1..221dd06 100644 --- a/gst/isomp4/gstqtmux.c +++ b/gst/isomp4/gstqtmux.c
@@ -1174,7 +1174,7 @@ GST_DEBUG_OBJECT (qtmux, "Formatting tags"); gst_qt_mux_add_metadata_tags (qtmux, copy); gst_qt_mux_add_xmp_tags (qtmux, copy); - gst_tag_list_free (copy); + gst_tag_list_unref (copy); } else { GST_DEBUG_OBJECT (qtmux, "No tags received"); }