Home
last modified time | relevance | path

Searched refs:gst_toc_entry_get_uid (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskademux.c154 original_string_uid = gst_toc_entry_get_uid (original); in check_toc_entries()
155 other_string_uid = gst_toc_entry_get_uid (other); in check_toc_entries()
Dmatroskamux.c544 str_uid = gst_toc_entry_get_uid (toc_entry); in check_chapter()
683 internal_uid = g_ascii_strtoull (gst_toc_entry_get_uid (internal_toc_entry), in find_toc_entry()
/third_party/gstreamer/gstreamer/gst/
Dgsttoc.h186 const gchar * gst_toc_entry_get_uid (const GstTocEntry *entry);
Dgsttoc.c659 gst_toc_entry_get_uid (const GstTocEntry * entry) in gst_toc_entry_get_uid() function
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttoc.c60 fail_unless_equals_string (gst_toc_entry_get_uid (entry_c), uid_c); in CHECK_TOC_ENTRY()
Dgsttocsetter.c48 fail_unless_equals_string (gst_toc_entry_get_uid (entry_c), uid_c); in CHECK_TOC_ENTRY()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c1014 if (g_strcmp0 (gst_toc_entry_get_uid (internal_entry), uid) == 0) in gst_matroska_read_common_parse_toc_tag()
1120 gst_toc_entry_get_uid (cur_info)); in gst_matroska_read_common_postprocess_toc_entries()
1149 gst_toc_entry_get_uid (prev_info)); in gst_matroska_read_common_postprocess_toc_entries()
1163 gst_toc_entry_get_uid (cur_info)); in gst_matroska_read_common_postprocess_toc_entries()
Dmatroska-mux.c3013 g_ascii_strtoull (gst_toc_entry_get_uid (edition), NULL, 10)); in gst_matroska_mux_write_chapter()
3037 gst_toc_entry_get_uid (entry)); in gst_matroska_mux_write_chapter()
3589 g_ascii_strtoull (gst_toc_entry_get_uid (entry), NULL, 10)); in gst_matroska_mux_write_toc_entry_tags()
3592 g_ascii_strtoull (gst_toc_entry_get_uid (entry), NULL, 10)); in gst_matroska_mux_write_toc_entry_tags()
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c845 uid = gst_toc_entry_get_uid (entry); in gst_wavenc_write_toc()