Searched refs:gst_toc_entry_get_uid (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | matroskademux.c | 154 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()
|
D | matroskamux.c | 544 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/ |
D | gsttoc.h | 186 const gchar * gst_toc_entry_get_uid (const GstTocEntry *entry);
|
D | gsttoc.c | 659 gst_toc_entry_get_uid (const GstTocEntry * entry) in gst_toc_entry_get_uid() function
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttoc.c | 60 fail_unless_equals_string (gst_toc_entry_get_uid (entry_c), uid_c); in CHECK_TOC_ENTRY()
|
D | gsttocsetter.c | 48 fail_unless_equals_string (gst_toc_entry_get_uid (entry_c), uid_c); in CHECK_TOC_ENTRY()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-read-common.c | 1014 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()
|
D | matroska-mux.c | 3013 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/ |
D | gstwavenc.c | 845 uid = gst_toc_entry_get_uid (entry); in gst_wavenc_write_toc()
|