Home
last modified time | relevance | path

Searched refs:GstTocEntry (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttoc.h40 typedef struct _GstTocEntry GstTocEntry; typedef
156 void gst_toc_append_entry (GstToc *toc, GstTocEntry *entry);
172 GstTocEntry * gst_toc_entry_new (GstTocEntryType type, const gchar *uid);
174 #define gst_toc_entry_ref(entry) (GstTocEntry*)gst_mini_object_ref(GST_MINI_OBJECT_CAST(…
176 #define gst_toc_entry_copy(entry) (GstTocEntry*)gst_mini_object_copy(GST_MINI_OBJECT_CAST…
177 #define gst_toc_entry_make_writable(entry) (GstTocEntry*)gst_mini_object_make_writable(GST_MINI_OB…
180 GstTocEntry * gst_toc_find_entry (const GstToc *toc, const gchar *uid);
183 GstTocEntryType gst_toc_entry_get_entry_type (const GstTocEntry *entry);
186 const gchar * gst_toc_entry_get_uid (const GstTocEntry *entry);
189 void gst_toc_entry_append_sub_entry (GstTocEntry *entry, GstTocEntry *subentry…
[all …]
Dgsttoc.c93 GstTocEntry *parent;
117 static GstTocEntry *gst_toc_entry_copy (const GstTocEntry * toc);
118 static void gst_toc_entry_free (GstTocEntry * toc);
124 GST_DEFINE_MINI_OBJECT_TYPE (GstTocEntry, gst_toc_entry);
234 gst_toc_append_entry (GstToc * toc, GstTocEntry * entry) in gst_toc_append_entry()
267 static GstTocEntry *
270 GstTocEntry *entry; in gst_toc_entry_new_internal()
272 entry = g_slice_new0 (GstTocEntry); in gst_toc_entry_new_internal()
295 GstTocEntry *
320 gst_toc_entry_free (GstTocEntry * entry) in gst_toc_entry_free()
[all …]
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskamux.c355 static GstTocEntry *
358 GstTocEntry *toc_entry, *toc_sub_entry; in new_chapter()
403 GstTocEntry *toc_edition_entry, *toc_entry; in new_reference_toc()
428 GstTocEntry *toc_entry; in new_no_edition_toc()
508 check_chapter (GstTocEntry * toc_entry, GstTocEntry * internal_toc_entry, in check_chapter()
515 GstTocEntry *internal_chapter; in check_chapter()
630 GstTocEntry *internal_edition; in check_toc()
675 static GstTocEntry *
676 find_toc_entry (GstTocEntry * ref_toc_entry, GstTocEntry * internal_toc_entry, in find_toc_entry()
681 GstTocEntry *result = NULL; in find_toc_entry()
[all …]
Dmatroskademux.c141 check_toc_entries (const GstTocEntry * original, const GstTocEntry * other) in check_toc_entries()
183 static GstTocEntry *
186 GstTocEntry *toc_entry, *toc_sub_entry; in new_chapter()
231 GstTocEntry *toc_edition_entry, *toc_entry; in new_reference_toc()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttoc.c54 CHECK_TOC_ENTRY (GstTocEntry * entry_c, GstTocEntryType type_c, in CHECK_TOC_ENTRY()
73 GstTocEntry *entry_t, *subentry_t; in CHECK_TOC()
135 GstTocEntry *ed, *ch, *subch; in GST_START_TEST()
301 ch = (GstTocEntry *) (toc->entries->data); in GST_START_TEST()
Dgsttocsetter.c42 CHECK_TOC_ENTRY (GstTocEntry * entry_c, GstTocEntryType type_c, in CHECK_TOC_ENTRY()
61 GstTocEntry *entry_t, *subentry_t; in CHECK_TOC()
140 GstTocEntry *ed, *ch, *subch; in create_toc()
207 GstTocEntry *entry, *ed; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c647 gst_wavenc_parse_cue (GstWavEnc * wavenc, guint32 id, GstTocEntry * entry) in gst_wavenc_parse_cue()
669 gst_wavenc_parse_labl (GstWavEnc * wavenc, guint32 id, GstTocEntry * entry) in gst_wavenc_parse_labl()
701 gst_wavenc_parse_note (GstWavEnc * wavenc, guint32 id, GstTocEntry * entry) in gst_wavenc_parse_note()
792 GstTocEntry *entry, *subentry; in gst_wavenc_write_toc()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-discoverer.c434 GstTocEntry *entry = (GstTocEntry *) data; in print_toc_entry()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c2988 static GstTocEntry *
2989 gst_matroska_mux_write_chapter (GstMatroskaMux * mux, GstTocEntry * edition, in gst_matroska_mux_write_chapter()
2990 GstTocEntry * entry, GstEbmlWrite * ebml, guint64 * master_chapters, in gst_matroska_mux_write_chapter()
3000 GstTocEntry *internal_chapter, *internal_nested; in gst_matroska_mux_write_chapter()
3075 static GstTocEntry *
3077 GstTocEntry * edition, GList * chapters, GstEbmlWrite * ebml, in gst_matroska_mux_write_chapter_edition()
3083 GstTocEntry *internal_edition, *internal_chapter; in gst_matroska_mux_write_chapter_edition()
3362 GstTocEntry *internal_edition; in gst_matroska_mux_start()
3565 const GstTocEntry * entry, guint64 * master_tags, gboolean * has_tags) in gst_matroska_mux_write_toc_entry_tags()
Dmatroska-read-common.c990 gst_matroska_read_common_parse_toc_tag (GstTocEntry * entry, in gst_matroska_read_common_parse_toc_tag()
991 GstTocEntry * internal_entry, GArray * edition_targets, in gst_matroska_read_common_parse_toc_tag()
1103 GstTocEntry *cur_info, *prev_info, *next_info; in gst_matroska_read_common_postprocess_toc_entries()
1223 GstTocEntry *chapter_info, *internal_chapter_info; in gst_matroska_read_common_parse_chapter_element()
1335 GstTocEntry *edition_info, *internal_edition_info; in gst_matroska_read_common_parse_chapter_edition()
Dmatroska-demux.c3260 GstTocEntry *entry = NULL; in gst_matroska_demux_handle_src_event()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c460 GstTocEntry *entry = (GstTocEntry *) data; in print_toc_entry()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c1012 GstTocEntry *cur_entry = NULL, *prev_entry = NULL; in gst_flac_parse_handle_cuesheet()
1801 GstTocEntry *entry = NULL; in gst_flac_parse_src_event()
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c960 GstTocEntry *entry = NULL; in gst_wavparse_get_tags_toc_entry()
991 GstTocEntry *entry = NULL, *cur_subentry = NULL, *prev_subentry = NULL; in gst_wavparse_create_toc()
2819 GstTocEntry *entry = NULL; in gst_wavparse_srcpad_event()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfdec.c622 GstTocEntry *entry = NULL, *subentry = NULL; in create_and_send_toc()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c493 GstTocEntry *entry, *subentry = NULL; in add_cuesheet()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiocdsrc.c1396 GstTocEntry *entry; in gst_audio_cd_src_make_toc()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c1721 GstTocEntry *entry; in gst_nonstream_audio_decoder_update_toc()
/third_party/gstreamer/gstreamer/
DChangeLog37017 toc: expand GstTocEntry with loop fields
37018 Add loop_type and repeat_count fields to GstTocEntry plus setters and getters.
47887 toc: Add functions to retrieve the parent GstToc/GstTocEntry of a GstTocEntry
49143 toc: make GstToc and GstTocEntry mini objects
50484 toc: Add boxed types for GstToc and GstTocEntry