Home
last modified time | relevance | path

Searched refs:GstMpegtsSDT (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.c856 static GstMpegtsSDT *
857 _gst_mpegts_sdt_copy (GstMpegtsSDT * sdt) in _gst_mpegts_sdt_copy()
859 GstMpegtsSDT *copy = g_slice_dup (GstMpegtsSDT, sdt); in _gst_mpegts_sdt_copy()
867 _gst_mpegts_sdt_free (GstMpegtsSDT * sdt) in _gst_mpegts_sdt_free()
870 g_slice_free (GstMpegtsSDT, sdt); in _gst_mpegts_sdt_free()
873 G_DEFINE_BOXED_TYPE (GstMpegtsSDT, gst_mpegts_sdt,
880 GstMpegtsSDT *sdt = NULL; in _parse_sdt()
889 sdt = g_slice_new0 (GstMpegtsSDT); in _parse_sdt()
979 const GstMpegtsSDT *
990 return (const GstMpegtsSDT *) section->cached_parsed; in gst_mpegts_section_get_sdt()
[all …]
Dgst-dvb-section.h290 typedef struct _GstMpegtsSDT GstMpegtsSDT; typedef
340 const GstMpegtsSDT *gst_mpegts_section_get_sdt (GstMpegtsSection *section);
343 GstMpegtsSection *gst_mpegts_section_from_sdt (GstMpegtsSDT * sdt);
346 GstMpegtsSDT *gst_mpegts_sdt_new (void);
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-section-writer.c23 GstMpegtsSDT *sdt; in advertise_service()
Dts-parser.c1047 const GstMpegtsSDT *sdt = gst_mpegts_section_get_sdt (section); in dump_sdt()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c422 GstMpegtsSDT *sdt; in GST_START_TEST()
455 sdt = (GstMpegtsSDT *) gst_mpegts_section_get_sdt (sdt_section); in GST_START_TEST()
499 sdt = (GstMpegtsSDT *) gst_mpegts_section_get_sdt (sdt_section); in GST_START_TEST()