Home
last modified time | relevance | path

Searched refs:gst_toc_get_entries (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttoc.c88 entries = gst_toc_get_entries (toc_t); in CHECK_TOC()
183 fail_unless_equals_int (g_list_length (gst_toc_get_entries (toc)), 1); in GST_START_TEST()
235 fail_unless_equals_int (g_list_length (gst_toc_get_entries (toc)), 2); in GST_START_TEST()
Dgsttocsetter.c76 entries = gst_toc_get_entries (toc_t); in CHECK_TOC()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskademux.c293 demuxed_cur = gst_toc_get_entries (demuxed_toc); in GST_START_TEST()
294 for (ref_cur = gst_toc_get_entries (ref_toc); ref_cur != NULL; in GST_START_TEST()
Dmatroskamux.c643 cur_entry = gst_toc_get_entries (ref_toc); in check_toc()
717 cur_ref_entry = gst_toc_get_entries (ref_toc); in find_and_check_tags()
718 cur_internal_entry = gst_toc_get_entries (internal_toc); in find_and_check_tags()
/third_party/gstreamer/gstreamer/gst/
Dgsttoc.h159 GList * gst_toc_get_entries (const GstToc *toc);
Dgsttoc.c260 gst_toc_get_entries (const GstToc * toc) in gst_toc_get_entries() function
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c814 list = gst_toc_get_entries (toc); in gst_wavenc_write_toc()
833 list = gst_toc_get_entries (toc); in gst_wavenc_write_toc()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c1440 if (gst_toc_get_entries (toc) != NULL) { in gst_matroska_read_common_parse_chapters()
1441 gst_matroska_read_common_postprocess_toc_entries (gst_toc_get_entries (toc), in gst_matroska_read_common_parse_chapters()
2715 cur = gst_toc_get_entries (common->toc); in gst_matroska_read_common_parse_metadata_id_tag()
2716 internal_cur = gst_toc_get_entries (common->internal_toc); in gst_matroska_read_common_parse_metadata_id_tag()
Dmatroska-mux.c3385 cur = gst_toc_get_entries (toc); in gst_matroska_mux_start()
3687 for (cur = gst_toc_get_entries (mux->internal_toc); cur != NULL; in gst_matroska_mux_finish()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-discoverer.c480 entries = gst_toc_get_entries (toc); in print_properties()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c502 list = gst_toc_get_entries (toc); in add_cuesheet()
521 list = gst_toc_get_entries (toc); in add_cuesheet()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c679 entries = gst_toc_get_entries (toc); in bus_handler()