Home
last modified time | relevance | path

Searched refs:GstMpegtsSCTESIT (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-scte-section.c241 static GstMpegtsSCTESIT *
242 _gst_mpegts_scte_sit_copy (GstMpegtsSCTESIT * sit) in _gst_mpegts_scte_sit_copy()
244 GstMpegtsSCTESIT *copy = g_slice_dup (GstMpegtsSCTESIT, sit); in _gst_mpegts_scte_sit_copy()
253 _gst_mpegts_scte_sit_free (GstMpegtsSCTESIT * sit) in _gst_mpegts_scte_sit_free()
257 g_slice_free (GstMpegtsSCTESIT, sit); in _gst_mpegts_scte_sit_free()
260 G_DEFINE_BOXED_TYPE (GstMpegtsSCTESIT, gst_mpegts_scte_sit,
268 GstMpegtsSCTESIT *sit = NULL; in _parse_sit()
281 sit = g_slice_new0 (GstMpegtsSCTESIT); in _parse_sit()
432 const GstMpegtsSCTESIT *
444 return (const GstMpegtsSCTESIT *) section->cached_parsed; in gst_mpegts_section_get_scte_sit()
[all …]
Dgst-scte-section.h200 typedef struct _GstMpegtsSCTESIT GstMpegtsSCTESIT; typedef
248 GstMpegtsSCTESIT *gst_mpegts_scte_sit_new (void);
251 GstMpegtsSCTESIT *gst_mpegts_scte_null_new (void);
254 GstMpegtsSCTESIT *gst_mpegts_scte_cancel_new (guint32 event_id);
257 GstMpegtsSCTESIT *gst_mpegts_scte_splice_in_new (guint32 event_id,
261 GstMpegtsSCTESIT *gst_mpegts_scte_splice_out_new (guint32 event_id,
273 const GstMpegtsSCTESIT *gst_mpegts_section_get_scte_sit (GstMpegtsSection *section);
276 GstMpegtsSection *gst_mpegts_section_from_scte_sit (GstMpegtsSCTESIT * sit, guint16 pid);
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-scte-writer.c25 GstMpegtsSCTESIT *sit; in send_splice()
Dts-parser.c1234 const GstMpegtsSCTESIT *sit = gst_mpegts_section_get_scte_sit (section); in dump_scte_sit()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c76 GstMpegtsSCTESIT *sit; in GST_START_TEST()
101 sit = (GstMpegtsSCTESIT *) gst_mpegts_section_get_scte_sit (sit_section); in GST_START_TEST()
148 sit = (GstMpegtsSCTESIT *) gst_mpegts_section_get_scte_sit (sit_section); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c1605 static GstMpegtsSCTESIT *
1606 deep_copy_sit (const GstMpegtsSCTESIT * sit) in deep_copy_sit()
1608 GstMpegtsSCTESIT *sit_copy = g_boxed_copy (GST_TYPE_MPEGTS_SCTE_SIT, sit); in deep_copy_sit()
1658 GstMpegtsSCTESIT *sit; in handle_scte35_section()
1666 sit = (GstMpegtsSCTESIT *) gst_mpegts_section_get_scte_sit (section); in handle_scte35_section()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.c569 GstMpegtsSCTESIT *sit; in tsmux_program_set_scte35_pid()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1650 GstMpegtsSCTESIT *sit = in handle_psi()
1651 (GstMpegtsSCTESIT *) gst_mpegts_section_get_scte_sit (new_section); in handle_psi()