Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.h163 guint fragment_id; member
Dgstsplitmuxsink.c2030 || splitmux->fragment_id != splitmux->start_index) { in start_next_fragment()
2035 splitmux->fragment_id); in start_next_fragment()
2037 newname = g_strdup_printf ("sink_%u", splitmux->fragment_id); in start_next_fragment()
2052 newname = g_strdup_printf ("muxer_%u", splitmux->fragment_id); in start_next_fragment()
3909 splitmux->fragment_id, sample, &fname); in set_next_filename()
3917 splitmux->fragment_id, &fname); in set_next_filename()
3922 g_strdup_printf (splitmux->location, splitmux->fragment_id) : NULL; in set_next_filename()
3932 splitmux->fragment_id++; in set_next_filename()
4028 splitmux->fragment_id = splitmux->start_index; in gst_splitmux_sink_change_state()
4094 splitmux->fragment_id = 0; in gst_splitmux_sink_change_state()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlssink2.c310 on_format_location (GstElement * splitmuxsink, guint fragment_id, in on_format_location() argument
316 location = g_strdup_printf (sink->location, fragment_id); in on_format_location()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsplitmuxsrc.c336 guint fragment_id, GstSample * first_sample) in check_format_location() argument
Dsplitmuxsinktimecode.c300 guint fragment_id, GstSample * first_sample) in check_format_location() argument
Dsplitmuxsink.c302 guint fragment_id, GstSample * first_sample, in check_format_location() argument
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashsink.c576 on_format_location (GstElement * splitmuxsink, guint fragment_id, in on_format_location() argument
/third_party/gstreamer/gstplugins_good/
DChangeLog11512 splitmuxsink: Increment fragment_id even if no fragment location was provided
11515 the sink. Nonetheless it makes sense to increment the fragment_id that