Searched refs:GstMpegtsNIT (Results 1 – 4 of 4) sorted by relevance
512 static GstMpegtsNIT *513 _gst_mpegts_nit_copy (GstMpegtsNIT * nit) in _gst_mpegts_nit_copy()515 GstMpegtsNIT *copy = g_slice_dup (GstMpegtsNIT, nit); in _gst_mpegts_nit_copy()524 _gst_mpegts_nit_free (GstMpegtsNIT * nit) in _gst_mpegts_nit_free()529 g_slice_free (GstMpegtsNIT, nit); in _gst_mpegts_nit_free()532 G_DEFINE_BOXED_TYPE (GstMpegtsNIT, gst_mpegts_nit,539 GstMpegtsNIT *nit = NULL; in _parse_nit()546 nit = g_slice_new0 (GstMpegtsNIT); in _parse_nit()652 const GstMpegtsNIT *663 return (const GstMpegtsNIT *) section->cached_parsed; in gst_mpegts_section_get_nit()[all …]
187 typedef struct _GstMpegtsNIT GstMpegtsNIT; typedef234 const GstMpegtsNIT *gst_mpegts_section_get_nit (GstMpegtsSection *section);237 GstMpegtsSection *gst_mpegts_section_from_nit (GstMpegtsNIT *nit);240 GstMpegtsNIT *gst_mpegts_nit_new (void);
327 GstMpegtsNIT *nit; in GST_START_TEST()362 nit = (GstMpegtsNIT *) gst_mpegts_section_get_nit (nit_section); in GST_START_TEST()410 nit = (GstMpegtsNIT *) gst_mpegts_section_get_nit (nit_section); in GST_START_TEST()
1003 const GstMpegtsNIT *nit = gst_mpegts_section_get_nit (section); in dump_nit()