mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gme: update for taglist api changes
This commit is contained in:
parent
17a982fe31
commit
b39f4a80f7
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ gme_setup (GstGmeDec * gme)
|
||||||
|
|
||||||
gme_err = gme_track_info (gme->player, &info, 0);
|
gme_err = gme_track_info (gme->player, &info, 0);
|
||||||
|
|
||||||
taglist = gst_tag_list_new ();
|
taglist = gst_tag_list_new_empty ();
|
||||||
|
|
||||||
if (info->song && *info->song)
|
if (info->song && *info->song)
|
||||||
gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, GST_TAG_TITLE,
|
gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, GST_TAG_TITLE,
|
||||||
|
|
Loading…
Reference in a new issue