Searched refs:GstMpegtsAtscEIT (Results 1 – 3 of 3) sorted by relevance
933 static GstMpegtsAtscEIT *934 _gst_mpegts_atsc_eit_copy (GstMpegtsAtscEIT * eit) in _gst_mpegts_atsc_eit_copy()936 GstMpegtsAtscEIT *copy; in _gst_mpegts_atsc_eit_copy()938 copy = g_slice_dup (GstMpegtsAtscEIT, eit); in _gst_mpegts_atsc_eit_copy()945 _gst_mpegts_atsc_eit_free (GstMpegtsAtscEIT * eit) in _gst_mpegts_atsc_eit_free()949 g_slice_free (GstMpegtsAtscEIT, eit); in _gst_mpegts_atsc_eit_free()952 G_DEFINE_BOXED_TYPE (GstMpegtsAtscEIT, gst_mpegts_atsc_eit,959 GstMpegtsAtscEIT *eit = NULL; in _parse_atsc_eit()964 eit = g_slice_new0 (GstMpegtsAtscEIT); in _parse_atsc_eit()1054 const GstMpegtsAtscEIT *[all …]
329 typedef struct _GstMpegtsAtscEIT GstMpegtsAtscEIT; typedef376 const GstMpegtsAtscEIT *gst_mpegts_section_get_atsc_eit (GstMpegtsSection *section);
935 const GstMpegtsAtscEIT *eit = gst_mpegts_section_get_atsc_eit (section); in dump_atsc_eit()