summaryrefslogtreecommitdiffstats
path: root/gst/apetag/gstapedemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/apetag/gstapedemux.c')
-rw-r--r--gst/apetag/gstapedemux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/apetag/gstapedemux.c b/gst/apetag/gstapedemux.c
index fc9c3aae..8401cce4 100644
--- a/gst/apetag/gstapedemux.c
+++ b/gst/apetag/gstapedemux.c
@@ -169,7 +169,6 @@ static GstTagList *
ape_demux_parse_tags (const guint8 * data, gint size)
{
GstTagList *taglist = gst_tag_list_new ();
- gboolean have_tag = FALSE;
GST_LOG ("Reading tags from chunk of size %u bytes", size);
@@ -310,7 +309,6 @@ ape_demux_parse_tags (const guint8 * data, gint size)
gst_tag_list_add_values (taglist, GST_TAG_MERGE_APPEND,
gst_tag, &v, NULL);
g_value_unset (&v);
- have_tag = TRUE;
}
}
GST_DEBUG ("Read tag %s: %s", tag, val);