Lines Matching refs:last_buffer
953 if (!self->last_buffer) in gst_kms_sink_drain()
958 parent_meta = gst_buffer_get_parent_buffer_meta (self->last_buffer); in gst_kms_sink_drain()
963 dumb_buf = gst_buffer_ref (self->last_buffer); in gst_kms_sink_drain()
1161 if (expose || !ximagesink->last_buffer || ximagesink->draw_border) in gst_x_image_sink_ximage_put()
1166 else if (ximagesink->last_buffer) in gst_x_image_sink_ximage_put()
1167 buffer = gst_buffer_ref (ximagesink->last_buffer); in gst_x_image_sink_ximage_put()
1246 if (buffer != ximagesink->last_buffer) in gst_x_image_sink_ximage_put()
1247 gst_buffer_replace (&ximagesink->last_buffer, buffer); in gst_x_image_sink_ximage_put()
2465 gst_buffer_replace (&ximagesink->last_buffer, NULL); in gst_x_image_sink_reset()
2511 ximagesink->last_buffer = NULL; in gst_x_image_sink_init()
2717 gst_buffer_replace (&self->last_buffer, NULL); in gst_x_image_sink_stop()