Lines Matching refs:GstMpegtsPMT
660 static GstMpegtsPMT *
661 _gst_mpegts_pmt_copy (GstMpegtsPMT * pmt) in _gst_mpegts_pmt_copy()
663 GstMpegtsPMT *copy; in _gst_mpegts_pmt_copy()
665 copy = g_slice_dup (GstMpegtsPMT, pmt); in _gst_mpegts_pmt_copy()
674 _gst_mpegts_pmt_free (GstMpegtsPMT * pmt) in _gst_mpegts_pmt_free()
680 g_slice_free (GstMpegtsPMT, pmt); in _gst_mpegts_pmt_free()
683 G_DEFINE_BOXED_TYPE (GstMpegtsPMT, gst_mpegts_pmt,
690 GstMpegtsPMT *pmt = NULL; in _parse_pmt()
696 pmt = g_slice_new0 (GstMpegtsPMT); in _parse_pmt()
786 const GstMpegtsPMT *
797 return (const GstMpegtsPMT *) section->cached_parsed; in gst_mpegts_section_get_pmt()
809 GstMpegtsPMT *
812 GstMpegtsPMT *pmt; in gst_mpegts_pmt_new()
814 pmt = g_slice_new0 (GstMpegtsPMT); in gst_mpegts_pmt_new()
847 const GstMpegtsPMT *pmt; in _packetize_pmt()
948 gst_mpegts_section_from_pmt (GstMpegtsPMT * pmt, guint16 pid) in gst_mpegts_section_from_pmt()