id3tag: fix build

Some code slipped into the last commit that was meant to be
pushed separately. Use gst_date_time_unref() instead of _free().
This commit is contained in:
Tim-Philipp Müller 2012-08-21 10:29:55 +01:00
parent c803ca4af5
commit 205a15e14b

View file

@ -890,7 +890,7 @@ add_date_tag (GstId3v2Tag * id3v2tag, const GstTagList * list,
if (id3v2tag->major_version == 3)
GST_FIXME ("write TDAT and possibly also TIME frame");
}
gst_date_time_free (dt);
gst_date_time_unref (dt);
}
if (strings[0] != NULL) {