summaryrefslogtreecommitdiff
path: root/gst/icydemux
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-10-30 11:44:53 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-10-30 11:44:53 +0000
commit9cd17092d8441d6018bc1357b7693d9c1313e17c (patch)
tree7ffbac23245e0cd8e06b16ed4ee0bbff094f5a9f /gst/icydemux
parent8d43ab15d9039d5b1153a756ba73a2b9b9399c7c (diff)
downloadgstreamer-plugins-good-9cd17092d8441d6018bc1357b7693d9c1313e17c.tar.gz
ext, gst: update for taglist API changes
Diffstat (limited to 'gst/icydemux')
-rw-r--r--gst/icydemux/gsticydemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/icydemux/gsticydemux.c b/gst/icydemux/gsticydemux.c
index 66af0a9da..a3f12fb51 100644
--- a/gst/icydemux/gsticydemux.c
+++ b/gst/icydemux/gsticydemux.c
@@ -306,7 +306,7 @@ gst_icydemux_parse_and_send_tags (GstICYDemux * icydemux)
* a bit easier, then do that parsing. */
buffer = g_strndup ((const gchar *) data, length);
- tags = gst_tag_list_new ();
+ tags = gst_tag_list_new_empty ();
strings = g_strsplit (buffer, "';", 0);
for (i = 0; strings[i]; i++) {