Searched refs:out_cmd_q (Results 1 – 2 of 2) sorted by relevance
601 g_queue_init (&splitmux->out_cmd_q); in gst_splitmux_sink_init()666 g_queue_foreach (&splitmux->out_cmd_q, (GFunc) out_cmd_buf_free, NULL); in gst_splitmux_sink_finalize()667 g_queue_clear (&splitmux->out_cmd_q); in gst_splitmux_sink_finalize()1338 g_queue_pop_tail (&splitmux->out_cmd_q); in complete_or_wait_on_out()1341 if (g_queue_get_length (&splitmux->out_cmd_q) == 0) in complete_or_wait_on_out()2485 g_queue_push_head (&splitmux->out_cmd_q, cmd); in continue_execution()2561 g_queue_push_head (&splitmux->out_cmd_q, cmd); in handle_gathered_gop()2608 g_queue_push_head (&splitmux->out_cmd_q, cmd); in handle_gathered_gop()3335 splitmux->queued_keyframes, g_queue_get_length (&splitmux->out_cmd_q)); in handle_q_underrun()3350 splitmux->queued_keyframes, g_queue_get_length (&splitmux->out_cmd_q)); in handle_q_overrun()[all …]
191 GQueue out_cmd_q; /* Queue of commands for output thread */ member