Lines Matching refs:pending_gop
311 GST_DEBUG ("Pushing %d pending buffers", g_list_length (self->pending_gop)); in gst_smart_encoder_reencode_gop()
316 while (self->pending_gop) { in gst_smart_encoder_reencode_gop()
317 GstBuffer *buf = (GstBuffer *) self->pending_gop->data; in gst_smart_encoder_reencode_gop()
319 self->pending_gop = in gst_smart_encoder_reencode_gop()
320 g_list_remove_link (self->pending_gop, self->pending_gop); in gst_smart_encoder_reencode_gop()
353 g_list_free_full (self->pending_gop, (GDestroyNotify) gst_buffer_unref); in gst_smart_encoder_reencode_gop()
354 self->pending_gop = NULL; in gst_smart_encoder_reencode_gop()
396 if (!self->pending_gop) { in gst_smart_encoder_push_pending_gop()
410 for (tmp = self->pending_gop; tmp; tmp = tmp->next) in gst_smart_encoder_push_pending_gop()
457 for (tmp = self->pending_gop; tmp; tmp = tmp->next) { in gst_smart_encoder_push_pending_gop()
467 g_list_free (self->pending_gop); in gst_smart_encoder_push_pending_gop()
468 self->pending_gop = NULL; in gst_smart_encoder_push_pending_gop()
498 if (self->pending_gop) { in gst_smart_encoder_chain()
517 self->pending_gop = g_list_append (self->pending_gop, buf); in gst_smart_encoder_chain()