Searched refs:next_buf (Results 1 – 4 of 4) sorted by relevance
100 GstBuffer *next_buf; member
270 gst_buffer_replace (&src->next_buf, NULL); in rsn_dvdsrc_finalize()563 gst_buffer_replace (&src->next_buf, NULL); in rsn_dvdsrc_stop()940 src->next_buf = src->alloc_buf; in rsn_dvdsrc_step()997 src->next_buf = src->alloc_buf; in rsn_dvdsrc_step()1290 if (src->next_buf) in rsn_dvdsrc_prepare_next_block()1296 while (ret == GST_FLOW_OK && src->next_buf == NULL); in rsn_dvdsrc_prepare_next_block()1419 if (src->next_buf != NULL) { in rsn_dvdsrc_create()1423 rsn_dvdsrc_enqueue_nav_block (src, src->next_buf, src->next_nav_ts); in rsn_dvdsrc_create()1427 *outbuf = src->next_buf; in rsn_dvdsrc_create()1428 src->next_buf = NULL; in rsn_dvdsrc_create()[all …]
1694 GstBuffer *next_buf; in gst_ogg_mux_process_best_pad() local1701 next_buf = gst_collect_pads_peek (ogg_mux->collect, in gst_ogg_mux_process_best_pad()1703 if (next_buf) { in gst_ogg_mux_process_best_pad()1705 gst_buffer_unref (next_buf); in gst_ogg_mux_process_best_pad()1715 next_buf = gst_collect_pads_peek (ogg_mux->collect, &best->collect); in gst_ogg_mux_process_best_pad()1716 if (next_buf) { in gst_ogg_mux_process_best_pad()1718 gst_buffer_unref (next_buf); in gst_ogg_mux_process_best_pad()
1361 GstBuffer *next_buf; in gst_d3d11_deinterlace_submit_future_frame() local1377 next_buf = (GstBuffer *) g_queue_peek_head (&self->future_frame_queue); in gst_d3d11_deinterlace_submit_future_frame()1378 if (next_buf && GST_CLOCK_STIME_IS_VALID (cur_timestmap)) { in gst_d3d11_deinterlace_submit_future_frame()1381 if (GST_BUFFER_PTS_IS_VALID (next_buf)) { in gst_d3d11_deinterlace_submit_future_frame()1382 next_timestamp = GST_BUFFER_PTS (next_buf); in gst_d3d11_deinterlace_submit_future_frame()1384 next_timestamp = GST_BUFFER_DTS (next_buf); in gst_d3d11_deinterlace_submit_future_frame()