Lines Matching refs:queued
142 GstBuffer *queued; /* buffer for which we don't know the end time yet */ member
910 || (mixcol->queued in gst_videomixer2_fill_queues()
911 && start_time < GST_BUFFER_TIMESTAMP (mixcol->queued))) { in gst_videomixer2_fill_queues()
920 if (mixcol->queued) { in gst_videomixer2_fill_queues()
921 end_time = start_time - GST_BUFFER_TIMESTAMP (mixcol->queued); in gst_videomixer2_fill_queues()
922 start_time = GST_BUFFER_TIMESTAMP (mixcol->queued); in gst_videomixer2_fill_queues()
924 buf = gst_buffer_ref (mixcol->queued); in gst_videomixer2_fill_queues()
930 mixcol->queued = buf; in gst_videomixer2_fill_queues()
946 if (buf == mixcol->queued) { in gst_videomixer2_fill_queues()
948 gst_buffer_replace (&mixcol->queued, NULL); in gst_videomixer2_fill_queues()
977 if (buf == mixcol->queued) { in gst_videomixer2_fill_queues()
979 gst_buffer_replace (&mixcol->queued, NULL); in gst_videomixer2_fill_queues()
999 if (buf == mixcol->queued) { in gst_videomixer2_fill_queues()
1001 gst_buffer_replace (&mixcol->queued, NULL); in gst_videomixer2_fill_queues()
1015 if (buf == mixcol->queued) { in gst_videomixer2_fill_queues()
1017 gst_buffer_replace (&mixcol->queued, NULL); in gst_videomixer2_fill_queues()