realmedia: don't use GstStructure API on tag lists

This commit is contained in:
Tim-Philipp Müller 2012-05-26 23:41:02 +01:00
parent 6f0f28af45
commit a877021ab1

View file

@ -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);