Home
last modified time | relevance | path

Searched refs:prog_map (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dtsmux-prog-map.c62 GstStructure *prog_map; in main() local
84 prog_map = gst_structure_new ("x-prog-map", in main()
87 g_object_set (muxer, "prog-map", prog_map, NULL); in main()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c701 if (mux->prog_map && gst_structure_has_field (mux->prog_map, pmt_name)) { in gst_base_ts_mux_create_or_update_stream()
702 gst_structure_get_int (mux->prog_map, pmt_name, &ts_pad->stream->pmt_index); in gst_base_ts_mux_create_or_update_stream()
785 if (mux->prog_map != NULL && gst_structure_has_field (mux->prog_map, name)) { in gst_base_ts_mux_create_pad_stream()
787 gboolean ret = gst_structure_get_int (mux->prog_map, name, &idx); in gst_base_ts_mux_create_pad_stream()
820 if (mux->prog_map && gst_structure_has_field (mux->prog_map, prop_name)) { in gst_base_ts_mux_create_pad_stream()
823 if (gst_structure_get_uint (mux->prog_map, prop_name, &pmt_pid)) { in gst_base_ts_mux_create_pad_stream()
855 if (mux->prog_map && gst_structure_has_field (mux->prog_map, prop_name)) { in gst_base_ts_mux_create_pad_stream()
857 gst_structure_get_string (mux->prog_map, prop_name); in gst_base_ts_mux_create_pad_stream()
2409 if (mux->prog_map) { in gst_base_ts_mux_dispose()
2410 gst_structure_free (mux->prog_map); in gst_base_ts_mux_dispose()
[all …]
Dgstbasetsmux.h154 GstStructure *prog_map; member