summaryrefslogtreecommitdiff
path: root/ext/shout2
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-08-04 16:10:16 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-08-04 16:10:16 +0100
commitc074bfd0b995608ac4c3aa33ca41e2c39604191e (patch)
tree0c000fa33f7d526e2d829d5ebf3867c41b358f9c /ext/shout2
parenta549b0bf2c03eba92e813e0ec24f7f8d5bfba04a (diff)
downloadgstreamer-plugins-good-c074bfd0b995608ac4c3aa33ca41e2c39604191e.tar.gz
gst_tag_list_free -> gst_tag_list_unref
Diffstat (limited to 'ext/shout2')
-rw-r--r--ext/shout2/gstshout2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c
index 58a0da773..74818c8d6 100644
--- a/ext/shout2/gstshout2.c
+++ b/ext/shout2/gstshout2.c
@@ -259,7 +259,7 @@ gst_shout2send_finalize (GstShout2send * shout2send)
g_free (shout2send->mount);
g_free (shout2send->url);
- gst_tag_list_free (shout2send->tags);
+ gst_tag_list_unref (shout2send->tags);
gst_poll_free (shout2send->timer);
@@ -348,7 +348,7 @@ gst_shout2send_set_metadata (GstShout2send * shout2send)
shout_metadata_free (pmetadata);
}
- gst_tag_list_free (copy);
+ gst_tag_list_unref (copy);
}
#endif