mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue