Searched refs:master_chapters (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-mux.c | 2990 GstTocEntry * entry, GstEbmlWrite * ebml, guint64 * master_chapters, in gst_matroska_mux_write_chapter() argument 3003 if (G_UNLIKELY (master_chapters != NULL && *master_chapters == 0)) in gst_matroska_mux_write_chapter() 3004 *master_chapters = in gst_matroska_mux_write_chapter() 3078 guint64 * master_chapters) in gst_matroska_mux_write_chapter_edition() argument 3104 cur->data, ebml, master_chapters, &master_edition); in gst_matroska_mux_write_chapter_edition() 3361 guint64 master_chapters = 0; in gst_matroska_mux_start() local 3397 cur->data, chapters, ebml, &master_chapters); in gst_matroska_mux_start() 3403 NULL, cur, ebml, &master_chapters); in gst_matroska_mux_start() 3408 if (G_LIKELY (master_chapters != 0)) in gst_matroska_mux_start() 3409 gst_ebml_write_master_finish (ebml, master_chapters); in gst_matroska_mux_start()
|