Searched refs:pending_gop (Results 1 – 2 of 2) sorted by relevance
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()[all …]
54 GList* pending_gop; member