mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
realmedia: don't use GstStructure API on tag lists
This commit is contained in:
parent
6f0f28af45
commit
a877021ab1
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ gst_rm_utils_read_tags (const guint8 * data, guint datalen,
|
|||
g_free (str);
|
||||
}
|
||||
|
||||
if (gst_structure_n_fields ((GstStructure *) tags) > 0)
|
||||
if (gst_tag_list_n_tags (tags) > 0)
|
||||
return tags;
|
||||
|
||||
gst_tag_list_free (tags);
|
||||
|
|
Loading…
Reference in a new issue