summaryrefslogtreecommitdiff
path: root/gst/nsf/gstnsf.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-08-04 16:31:30 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-08-04 16:31:30 +0100
commit489b102a43653efef9aef58e1c19e4c92692a9e7 (patch)
tree89adf6504847c89e0a8bbdb9cacbc391fe7cd906 /gst/nsf/gstnsf.c
parenta7037cd0e30fa59d26627fac27241e33d543c10c (diff)
downloadgstreamer-plugins-bad-489b102a43653efef9aef58e1c19e4c92692a9e7.tar.gz
gst_tag_list_free -> gst_tag_list_unref
Diffstat (limited to 'gst/nsf/gstnsf.c')
-rw-r--r--gst/nsf/gstnsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/nsf/gstnsf.c b/gst/nsf/gstnsf.c
index 3c155de38..a041554f7 100644
--- a/gst/nsf/gstnsf.c
+++ b/gst/nsf/gstnsf.c
@@ -211,7 +211,7 @@ gst_nsfdec_finalize (GObject * object)
gst_buffer_unref (nsfdec->tune_buffer);
if (nsfdec->taglist)
- gst_tag_list_free (nsfdec->taglist);
+ gst_tag_list_unref (nsfdec->taglist);
G_OBJECT_CLASS (parent_class)->finalize (object);
}