Home
last modified time | relevance | path

Searched refs:splices (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-scte-section.c246 copy->splices = g_ptr_array_ref (sit->splices); in _gst_mpegts_scte_sit_copy()
255 g_ptr_array_unref (sit->splices); in _gst_mpegts_scte_sit_free()
337 sit->splices = g_ptr_array_new_with_free_func ((GDestroyNotify) in _parse_sit()
367 g_ptr_array_add (sit->splices, event); in _parse_sit()
376 g_ptr_array_add (sit->splices, event); in _parse_sit()
465 sit->splices = g_ptr_array_new_with_free_func ((GDestroyNotify) in gst_mpegts_scte_sit_new()
512 g_ptr_array_add (sit->splices, event); in gst_mpegts_scte_cancel_new()
547 g_ptr_array_add (sit->splices, event); in gst_mpegts_scte_splice_in_new()
592 g_ptr_array_add (sit->splices, event); in gst_mpegts_scte_splice_out_new()
683 for (i = 0; i < sit->splices->len; i++) { in _packetize_sit()
[all …]
Dgst-scte-section.h219 GPtrArray *splices; member
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c1610 _g_ptr_array_copy (sit_copy->splices, (GCopyFunc) copy_splice, in deep_copy_sit()
1613 g_ptr_array_unref (sit_copy->splices); in deep_copy_sit()
1614 sit_copy->splices = splices_copy; in deep_copy_sit()
1690 for (i = 0; i < sit->splices->len; i++) { in handle_scte35_section()
1692 g_ptr_array_index (sit->splices, i); in handle_scte35_section()
1709 for (i = 0; i < sit->splices->len; i++) { in handle_scte35_section()
1713 g_ptr_array_index (sit->splices, i); in handle_scte35_section()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c133 g_ptr_array_add (sit->splices, event); in GST_START_TEST()
157 event = g_ptr_array_index (sit->splices, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1250 if ((len = sit->splices->len)) { in dump_scte_sit()
1253 GstMpegtsSCTESpliceEvent *event = g_ptr_array_index (sit->splices, i); in dump_scte_sit()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1233 for (i = 0; i < sit->splices->len; i++) { in handle_psi()
1236 g_ptr_array_index (sit->splices, i); in handle_psi()
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md2190 * [[`a993a488fa`](https://github.com/nodejs/node/commit/a993a488fa)] - **doc**: fix comma splices i…
DCHANGELOG_V10.md1089 * [[`ac3e264f1c`](https://github.com/nodejs/node/commit/ac3e264f1c)] - **doc**: fix comma splices i…
/third_party/gstreamer/gstplugins_bad/
DChangeLog4783 scte-section: add support for packetizing time_signal splices
4784 time_signal splices are trivial, they only contain a splice_time()