Searched refs:GstMpegtsBAT (Results 1 – 4 of 4) sorted by relevance
288 static GstMpegtsBAT *289 _gst_mpegts_bat_copy (GstMpegtsBAT * bat) in _gst_mpegts_bat_copy()291 GstMpegtsBAT *copy; in _gst_mpegts_bat_copy()293 copy = g_slice_dup (GstMpegtsBAT, bat); in _gst_mpegts_bat_copy()301 _gst_mpegts_bat_free (GstMpegtsBAT * bat) in _gst_mpegts_bat_free()307 g_slice_free (GstMpegtsBAT, bat); in _gst_mpegts_bat_free()310 G_DEFINE_BOXED_TYPE (GstMpegtsBAT, gst_mpegts_bat,316 GstMpegtsBAT *bat = NULL; in _parse_bat()323 bat = g_slice_new0 (GstMpegtsBAT); in _parse_bat()427 const GstMpegtsBAT *[all …]
187 typedef struct _GstMpegtsBAT GstMpegtsBAT; typedef221 const GstMpegtsBAT *gst_mpegts_section_get_bat (GstMpegtsSection *section);
522 GstMpegtsBAT
967 const GstMpegtsBAT *bat = gst_mpegts_section_get_bat (section); in dump_bat()