Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.c1260 static GstMpegtsSITService *
1261 _gst_mpegts_sit_service_copy (GstMpegtsSITService * sit) in _gst_mpegts_sit_service_copy()
1263 GstMpegtsSITService *copy = g_slice_dup (GstMpegtsSITService, sit); in _gst_mpegts_sit_service_copy()
1273 _gst_mpegts_sit_service_free (GstMpegtsSITService * sit) in _gst_mpegts_sit_service_free()
1277 g_slice_free (GstMpegtsSITService, sit); in _gst_mpegts_sit_service_free()
1280 G_DEFINE_BOXED_TYPE (GstMpegtsSITService, gst_mpegts_sit_service,
1340 GstMpegtsSITService *service = g_slice_new0 (GstMpegtsSITService); in _parse_sit()
Dgst-dvb-section.h438 typedef struct _GstMpegtsSITService GstMpegtsSITService; typedef
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1086 GstMpegtsSITService *service = g_ptr_array_index (sit->services, i); in dump_sit()