Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.c133 static GstMpegtsEIT *
134 _gst_mpegts_eit_copy (GstMpegtsEIT * eit) in _gst_mpegts_eit_copy()
136 GstMpegtsEIT *copy; in _gst_mpegts_eit_copy()
138 copy = g_slice_dup (GstMpegtsEIT, eit); in _gst_mpegts_eit_copy()
145 _gst_mpegts_eit_free (GstMpegtsEIT * eit) in _gst_mpegts_eit_free()
148 g_slice_free (GstMpegtsEIT, eit); in _gst_mpegts_eit_free()
151 G_DEFINE_BOXED_TYPE (GstMpegtsEIT, gst_mpegts_eit,
157 GstMpegtsEIT *eit = NULL; in _parse_eit()
162 eit = g_slice_new0 (GstMpegtsEIT); in _parse_eit()
251 const GstMpegtsEIT *
[all …]
Dgst-dvb-section.h295 typedef struct _GstMpegtsEIT GstMpegtsEIT; typedef
343 const GstMpegtsEIT *gst_mpegts_section_get_eit (GstMpegtsSection *section);
/third_party/gstreamer/gstplugins_bad/docs/libs/
Dgst-plugins-bad-libs-sections.txt533 GstMpegtsEIT
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c810 const GstMpegtsEIT *eit = gst_mpegts_section_get_eit (section); in dump_eit()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsbase.c1217 const GstMpegtsEIT *eit; in mpegts_base_get_tags_from_eit()