Sets our main struct and passes it to the parent class.
Creates a new empty GstTagList.
Deserializes a tag list.
Just like gst_tag_list_new(), only that it takes a va_list argument. Useful mostly for language bindings.
Sets the values for the given tags using the specified mode.
Sets the GValues for the given tags using the specified mode.
Sets the GValue for a given tag using the specified mode.
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.
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 first date for the given tag in the taglist into the variable pointed to by @value. Free the date with g_date_free() when it is no longer needed.
Gets the date that is at the given index for the given tag in the given list and copies it into the variable pointed to by @value. Free the date with g_date_free() when it is no longer needed.
Copies the first datetime for the given tag in the taglist into the variable pointed to by @value. Unref the date with gst_date_time_unref() when it is no longer needed.
Gets the datetime that is at the given index for the given tag in the given list and copies it into the variable pointed to by @value. Unref the datetime with gst_date_time_unref() when it is no longer needed.
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 first sample for the given tag in the taglist into the variable pointed to by @sample. Free the sample with gst_sample_unref() when it is no longer needed. You can retrieve the buffer from the sample using gst_sample_get_buffer() and the associated caps (if any) with gst_sample_get_caps().
Gets the sample that is at the given index for the given tag in the given list and copies it into the variable pointed to by @sample. Free the sample with gst_sample_unref() when it is no longer needed. You can retrieve the buffer from the sample using gst_sample_get_buffer() and the associated caps (if any) with gst_sample_get_caps().
Gets the scope of @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.
Gets the value that is at the given index for the given tag in the given list.
the main Gtk struct as a void*
Get the main Gtk struct
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.
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.
Gets the value that is at the given index for the given tag in the given list.
Inserts the tags of the @from list into the first list using the given mode.
Checks if the given taglist is empty.
Checks if the two given taglists are equal.
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.
Get the number of tags in @list.
Get the name of the tag in @list at @index.
Peeks at the value that is at the given index for the given tag in the given list.
Removes the given tag from the taglist.
Sets the scope of @list to @scope. By default the scope of a taglist is stream scope.
Serializes a tag list to a string.
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 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.
Registers a new tag type for the use with GStreamer's type system.
the main Gtk struct
List of tags and values used to describe media metadata.
Strings in structures must be ASCII or UTF-8 encoded. Other encodings are not allowed. Strings must not be empty or %NULL.