Home
last modified time | relevance | path

Searched refs:GstMpegtsBATStream (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.c311 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()
Dgst-dvb-section.h248 typedef struct _GstMpegtsBATStream GstMpegtsBATStream; typedef
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1036 GstMpegtsBATStream *stream = g_ptr_array_index (bat->streams, i); in dump_bat()