Home
last modified time | relevance | path

Searched refs:GST_TOC_SCOPE_GLOBAL (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttoc.c140 g_return_val_if_fail (scope == GST_TOC_SCOPE_GLOBAL || in gst_toc_new()
164 g_return_val_if_fail (toc != NULL, GST_TOC_SCOPE_GLOBAL); in gst_toc_get_scope()
827 (toc->scope == GST_TOC_SCOPE_GLOBAL) ? "global" : "current", toc->tags); in gst_toc_dump()
Dgsttoc.h57 GST_TOC_SCOPE_GLOBAL = 1, enumerator
Dgstevent.c2000 if (gst_toc_get_scope (toc) == GST_TOC_SCOPE_GLOBAL) in gst_event_new_toc()
Dgstenumtypes.c1715 { C_ENUM(GST_TOC_SCOPE_GLOBAL), "GST_TOC_SCOPE_GLOBAL", "global" }, in gst_toc_scope_get_type()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttoc.c143 toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in GST_START_TEST()
144 fail_unless_equals_int (gst_toc_get_scope (toc), GST_TOC_SCOPE_GLOBAL); in GST_START_TEST()
Dgsttocsetter.c143 toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in create_toc()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskamux.c406 ref_toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in new_reference_toc()
430 ref_toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in new_no_edition_toc()
973 internal_toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in test_toc()
Dmatroskademux.c234 ref_toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in new_reference_toc()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfdec.c644 toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in create_and_send_toc()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c1420 toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in gst_matroska_read_common_parse_chapters()
1421 internal_toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in gst_matroska_read_common_parse_chapters()
Dmatroska-mux.c3389 mux->internal_toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in gst_matroska_mux_start()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c1017 toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in gst_flac_parse_handle_cuesheet()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c1711 dec->toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in gst_nonstream_audio_decoder_update_toc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiocdsrc.c1428 toc = gst_audio_cd_src_make_toc (src, GST_TOC_SCOPE_GLOBAL); in gst_audio_cd_src_add_toc()
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c1006 toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in gst_wavparse_create_toc()