Function

GstTag-1.0GstTagtag_to_vorbis_comments

  • Creates a new tag list that contains the information parsed out of a vorbiscomment packet.

    Parameters

    • list: TagList
    • tag: string

      a GStreamer tag identifier, such as #GST_TAG_ARTIST

    Returns string[]

    A GLib.List of newly-allocated key=value strings. Free with g_list_foreach (list, (GFunc) g_free, NULL) plus g_list_free (list)