Searched refs:fragment_id (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.h | 163 guint fragment_id; member
|
D | gstsplitmuxsink.c | 2030 || 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/ |
D | gsthlssink2.c | 310 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/ |
D | splitmuxsrc.c | 336 guint fragment_id, GstSample * first_sample) in check_format_location() argument
|
D | splitmuxsinktimecode.c | 300 guint fragment_id, GstSample * first_sample) in check_format_location() argument
|
D | splitmuxsink.c | 302 guint fragment_id, GstSample * first_sample, in check_format_location() argument
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstdashsink.c | 576 on_format_location (GstElement * splitmuxsink, guint fragment_id, in on_format_location() argument
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 11512 splitmuxsink: Increment fragment_id even if no fragment location was provided 11515 the sink. Nonetheless it makes sense to increment the fragment_id that
|