Searched refs:GstMpegtsBATStream (Results 1 – 3 of 3) sorted by relevance
311 static GstMpegtsBATStream *312 _gst_mpegts_bat_stream_copy (GstMpegtsBATStream * bat) in _gst_mpegts_bat_stream_copy()314 GstMpegtsBATStream *copy; in _gst_mpegts_bat_stream_copy()316 copy = g_slice_dup (GstMpegtsBATStream, bat); in _gst_mpegts_bat_stream_copy()323 _gst_mpegts_bat_stream_free (GstMpegtsBATStream * bat) in _gst_mpegts_bat_stream_free()327 g_slice_free (GstMpegtsBATStream, bat); in _gst_mpegts_bat_stream_free()330 G_DEFINE_BOXED_TYPE (GstMpegtsBATStream, gst_mpegts_bat_stream,407 GstMpegtsBATStream *stream = g_slice_new0 (GstMpegtsBATStream); in _parse_bat()
248 typedef struct _GstMpegtsBATStream GstMpegtsBATStream; typedef
1036 GstMpegtsBATStream *stream = g_ptr_array_index (bat->streams, i); in dump_bat()