Searched refs:GstMpegtsBAT (Results 1 – 3 of 3) sorted by relevance
334 static GstMpegtsBAT *335 _gst_mpegts_bat_copy (GstMpegtsBAT * bat) in _gst_mpegts_bat_copy()337 GstMpegtsBAT *copy; in _gst_mpegts_bat_copy()339 copy = g_slice_dup (GstMpegtsBAT, bat); in _gst_mpegts_bat_copy()347 _gst_mpegts_bat_free (GstMpegtsBAT * bat) in _gst_mpegts_bat_free()353 g_slice_free (GstMpegtsBAT, bat); in _gst_mpegts_bat_free()356 G_DEFINE_BOXED_TYPE (GstMpegtsBAT, gst_mpegts_bat,362 GstMpegtsBAT *bat = NULL; in _parse_bat()369 bat = g_slice_new0 (GstMpegtsBAT); in _parse_bat()472 const GstMpegtsBAT *[all …]
249 typedef struct _GstMpegtsBAT GstMpegtsBAT; typedef283 const GstMpegtsBAT *gst_mpegts_section_get_bat (GstMpegtsSection *section);
1026 const GstMpegtsBAT *bat = gst_mpegts_section_get_bat (section); in dump_bat()