Sets our main struct and passes it to the parent class
Creates a new empty GstTagList.
Sets the values for the given tags using the specified mode.
Sets the GValues for the given tags using the specified mode.
Copies a given GstTagList.
Calls the given function for each tag inside the tag list. Note that if there is no tag, the function won't be called at all.
Frees the given list and all associated values.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gets the value that is at the given index for the given tag in the given list.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gets the value that is at the given index for the given tag in the given list.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gets the value that is at the given index for the given tag in the given list.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gets the value that is at the given index for the given tag in the given list.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gets the value that is at the given index for the given tag in the given list.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gets the value that is at the given index for the given tag in the given list.
Gets the value that is at the given index for the given tag in the given list.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gets the value that is at the given index for the given tag in the given list.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gets the value that is at the given index for the given tag in the given list.
Copies the contents for the given tag into the value, possibly merging multiple values into one if multiple values are associated with the tag. Use gst_tag_list_get_string_index (list, tag, 0, value) if you want to retrieve the first string associated with this tag unmodified. The resulting string in value should be freed by the caller using g_free when no longer needed
Gets the value that is at the given index for the given tag in the given list. The resulting string in value should be freed by the caller using g_free when no longer needed
the main Gtk struct as a void*
Checks how many value are stored in this tag list for the given tag.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gets the value that is at the given index for the given tag in the given list.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gets the value that is at the given index for the given tag in the given list.
Gets the value that is at the given index for the given tag in the given list.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gets the value that is at the given index for the given tag in the given list.
Gets the value that is at the given index for the given tag in the given list.
Inserts the tags of the second list into the first list using the given mode.
Checks if the given taglist is empty.
Merges the two given lists into a new list. If one of the lists is NULL, a copy of the other is returned. If both lists are NULL, NULL is returned.
Removes the given tag from the taglist.
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag. You must g_value_unset() the value after use.
Checks if the given type is already registered.
Returns the human-readable description of this tag, You must not change or free this string.
Gets the flag of tag.
Returns the human-readable name of this tag, You must not change or free this string.
Gets the GType used for this tag.
Checks if the given pointer is a taglist.
Checks if the given tag is fixed. A fixed tag can only contain one value. Unfixed tags can contain lists of values.
This is a convenience function for the func argument of gst_tag_register(). It concatenates all given strings using a comma. The tag must be registered as a G_TYPE_STRING or this function will fail.
This is a convenience function for the func argument of gst_tag_register(). It creates a copy of the first value from the list.
Registers a new tag type for the use with GStreamer's type system. If a type with that name is already registered, that one is used. The old registration may have used a different type however. So don't rely on your supplied values. Important: if you do not supply a merge function the implication will be that there can only be one single value for this tag in a tag list and any additional values will silenty be discarded when being added (unless GST_TAG_MERGE_REPLACE, GST_TAG_MERGE_REPLACE_ALL, or GST_TAG_MERGE_PREPEND is used as merge mode, in which case the new value will replace the old one in the list). The merge function will be called from gst_tag_list_copy_value() when it is required that one or more values for a tag be condensed into one single value. This may happen from gst_tag_list_get_string(), gst_tag_list_get_int(), gst_tag_list_get_double() etc. What will happen exactly in that case depends on how the tag was registered and if a merge function was supplied and if so which one. Two default merge functions are provided: gst_tag_merge_use_first() and gst_tag_merge_strings_with_commas().
the main Gtk struct
Description List of tags and values used to describe media metadata. Last reviewed on 2005-11-23 (0.9.5)