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:
parent
c803ca4af5
commit
205a15e14b
@ -890,7 +890,7 @@ add_date_tag (GstId3v2Tag * id3v2tag, const GstTagList * list,
|
|||||||
if (id3v2tag->major_version == 3)
|
if (id3v2tag->major_version == 3)
|
||||||
GST_FIXME ("write TDAT and possibly also TIME frame");
|
GST_FIXME ("write TDAT and possibly also TIME frame");
|
||||||
}
|
}
|
||||||
gst_date_time_free (dt);
|
gst_date_time_unref (dt);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strings[0] != NULL) {
|
if (strings[0] != NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user