progress 0/36
GstToc * gst_toc_new ()
#define gst_toc_ref()
#define gst_toc_unref()
#define gst_toc_copy()
#define gst_toc_make_writable()
GstTocScope gst_toc_get_scope ()
GList * gst_toc_get_entries ()
void gst_toc_append_entry ()
GstTagList * gst_toc_get_tags ()
void gst_toc_merge_tags ()
void gst_toc_set_tags ()
void gst_toc_dump ()
GstTocEntry * gst_toc_entry_new ()
#define gst_toc_entry_ref()
#define gst_toc_entry_unref()
#define gst_toc_entry_copy()
#define gst_toc_entry_make_writable()
GstTocEntry * gst_toc_find_entry ()
GstToc * gst_toc_entry_get_toc ()
const gchar * gst_toc_entry_get_uid ()
GstTocEntry * gst_toc_entry_get_parent ()
GList * gst_toc_entry_get_sub_entries ()
void gst_toc_entry_append_sub_entry ()
gboolean gst_toc_entry_get_loop ()
void gst_toc_entry_set_loop ()
gboolean gst_toc_entry_get_start_stop_times ()
void gst_toc_entry_set_start_stop_times ()
GstTagList * gst_toc_entry_get_tags ()
void gst_toc_entry_merge_tags ()
void gst_toc_entry_set_tags ()
const gchar * gst_toc_entry_type_get_nick ()
GstTocEntryType gst_toc_entry_get_entry_type ()
gboolean gst_toc_entry_is_alternative ()
gboolean gst_toc_entry_is_sequence ()
#define GST_TOC_ENTRY_TYPE_IS_ALTERNATIVE()
#define GST_TOC_ENTRY_TYPE_IS_SEQUENCE()