Searched refs:rtime_map (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/ |
D | gstbasetsmux.c | 1656 GstStructure * rtime_map) in handle_scte35_section() argument 1707 if (sit->fully_parsed && (rtime_map || translate)) { in handle_scte35_section() 1715 if (rtime_map) { in handle_scte35_section() 1718 if (gst_structure_get_uint64 (rtime_map, field_name, in handle_scte35_section() 1775 if (sit->fully_parsed && (rtime_map || translate)) { in handle_scte35_section() 1798 if (rtime_map) { in handle_scte35_section() 1800 && gst_structure_get_uint64 (rtime_map, "splice-time", in handle_scte35_section() 1996 GstStructure *rtime_map = NULL; in gst_base_ts_mux_sink_event() local 1999 &rtime_map, NULL); in gst_base_ts_mux_sink_event() 2003 rtime_map); in gst_base_ts_mux_sink_event() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | tsdemux.c | 1154 GstStructure *rtime_map; in handle_psi() local 1162 rtime_map = gst_structure_new_empty ("running-time-map"); in handle_psi() 1170 gst_structure_set (rtime_map, "splice-time", G_TYPE_UINT64, in handle_psi() 1188 gst_structure_set (rtime_map, field_name, G_TYPE_UINT64, in handle_psi() 1202 rtime_map, NULL); in handle_psi() 1203 gst_structure_free (rtime_map); in handle_psi()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 4718 * A rtime_map can be used by the muxer to determine the correct
|