Searched refs:GstMpegtsTOT (Results 1 – 3 of 3) sorted by relevance
1186 static GstMpegtsTOT *1187 _gst_mpegts_tot_copy (GstMpegtsTOT * tot) in _gst_mpegts_tot_copy()1189 GstMpegtsTOT *copy = g_slice_dup (GstMpegtsTOT, tot); in _gst_mpegts_tot_copy()1199 _gst_mpegts_tot_free (GstMpegtsTOT * tot) in _gst_mpegts_tot_free()1205 g_slice_free (GstMpegtsTOT, tot); in _gst_mpegts_tot_free()1208 G_DEFINE_BOXED_TYPE (GstMpegtsTOT, gst_mpegts_tot,1215 GstMpegtsTOT *tot; in _parse_tot()1220 tot = g_slice_new0 (GstMpegtsTOT); in _parse_tot()1243 const GstMpegtsTOT *1254 return (const GstMpegtsTOT *) section->cached_parsed; in gst_mpegts_section_get_tot()
414 typedef struct _GstMpegtsTOT GstMpegtsTOT; typedef434 const GstMpegtsTOT *gst_mpegts_section_get_tot (GstMpegtsSection *section);
1114 const GstMpegtsTOT *tot = gst_mpegts_section_get_tot (section); in dump_tot()