Home
last modified time | relevance | path

Searched refs:pending_cmd (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-pgs.c741 state->pgs.pending_cmd = buf; in gstspu_pgs_handle_new_buf()
749 if (state->pgs.pending_cmd) { in gstspu_pgs_execute_event()
750 gstspu_exec_pgs_buffer (dvdspu, state->pgs.pending_cmd); in gstspu_pgs_execute_event()
751 gst_buffer_unref (state->pgs.pending_cmd); in gstspu_pgs_execute_event()
752 state->pgs.pending_cmd = NULL; in gstspu_pgs_execute_event()
794 if (pgs_state->pending_cmd) { in gstspu_pgs_flush()
795 gst_buffer_unref (pgs_state->pending_cmd); in gstspu_pgs_flush()
796 pgs_state->pending_cmd = NULL; in gstspu_pgs_flush()
Dgstspu-pgs.h88 GstBuffer *pending_cmd; member
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.h219 gint pending_cmd; member
Dgstrtspsrc.c6140 old = src->pending_cmd; in gst_rtspsrc_loop_send_cmd()
6159 src->pending_cmd = CMD_WAIT; in gst_rtspsrc_loop_send_cmd()
6166 src->pending_cmd = cmd; in gst_rtspsrc_loop_send_cmd()
6193 while (src->pending_cmd == cmd || src->busy_cmd == cmd) { in gst_rtspsrc_loop_send_cmd_and_wait()
9133 cmd = src->pending_cmd; in gst_rtspsrc_thread()
9138 src->pending_cmd = CMD_LOOP; in gst_rtspsrc_thread()
9145 src->pending_cmd = next_req ? next_req->cmd : CMD_LOOP; in gst_rtspsrc_thread()
9148 src->pending_cmd = CMD_WAIT; in gst_rtspsrc_thread()
9190 if (src->pending_cmd == CMD_WAIT) { in gst_rtspsrc_thread()
9206 src->pending_cmd = CMD_WAIT; in gst_rtspsrc_start()