Home
last modified time | relevance | path

Searched refs:pending_input_gops (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c626 g_queue_init (&splitmux->pending_input_gops); in gst_splitmux_sink_init()
668 g_queue_foreach (&splitmux->pending_input_gops, (GFunc) input_gop_free, NULL); in gst_splitmux_sink_finalize()
669 g_queue_clear (&splitmux->pending_input_gops); in gst_splitmux_sink_finalize()
1495 for (l = splitmux->pending_input_gops.tail; l; l = l->prev) { in request_next_keyframe()
2369 gop = g_queue_peek_head (&splitmux->pending_input_gops); in need_new_fragment()
2372 next_gop = g_queue_peek_nth (&splitmux->pending_input_gops, 1); in need_new_fragment()
2683 gop = g_queue_peek_head (&splitmux->pending_input_gops); in check_completed_gop()
2684 next_gop = g_queue_peek_nth (&splitmux->pending_input_gops, 1); in check_completed_gop()
2782 g_queue_pop_head (&splitmux->pending_input_gops); in check_completed_gop()
2919 if (g_queue_is_empty (&splitmux->pending_input_gops)) { in handle_mq_input()
[all …]
Dgstsplitmuxsink.h186 GQueue pending_input_gops; member