Searched refs:GstMpegtsTOT (Results 1 – 4 of 4) sorted by relevance
1143 static GstMpegtsTOT *1144 _gst_mpegts_tot_copy (GstMpegtsTOT * tot) in _gst_mpegts_tot_copy()1146 GstMpegtsTOT *copy = g_slice_dup (GstMpegtsTOT, tot); in _gst_mpegts_tot_copy()1156 _gst_mpegts_tot_free (GstMpegtsTOT * tot) in _gst_mpegts_tot_free()1162 g_slice_free (GstMpegtsTOT, tot); in _gst_mpegts_tot_free()1165 G_DEFINE_BOXED_TYPE (GstMpegtsTOT, gst_mpegts_tot,1172 GstMpegtsTOT *tot; in _parse_tot()1177 tot = g_slice_new0 (GstMpegtsTOT); in _parse_tot()1200 const GstMpegtsTOT *1211 return (const GstMpegtsTOT *) section->cached_parsed; in gst_mpegts_section_get_tot()
352 typedef struct _GstMpegtsTOT GstMpegtsTOT; typedef372 const GstMpegtsTOT *gst_mpegts_section_get_tot (GstMpegtsSection *section);
540 GstMpegtsTOT
1032 const GstMpegtsTOT *tot = gst_mpegts_section_get_tot (section); in dump_tot()