Searched refs:parse_gather (Results 1 – 2 of 2) sorted by relevance
404 GList *parse_gather; member2366 g_list_free_full (priv->parse_gather, in gst_video_decoder_clear_queues()2368 priv->parse_gather = NULL; in gst_video_decoder_clear_queues()2546 priv->parse_gather = g_list_prepend (priv->parse_gather, frame); in gst_video_decoder_chain_forward()2679 if (priv->parse_gather) { in gst_video_decoder_flush_parse()2680 GST_DEBUG_OBJECT (dec, "parsed buffer to %p", priv->parse_gather->data); in gst_video_decoder_flush_parse()2689 walk = priv->parse_gather; in gst_video_decoder_flush_parse()2736 walk = priv->parse_gather; in gst_video_decoder_flush_parse()2741 priv->parse_gather = g_list_remove_link (priv->parse_gather, walk); in gst_video_decoder_flush_parse()2811 walk = priv->parse_gather; in gst_video_decoder_flush_parse()[all …]
49690 output_segment, and the parse_gather list was never filled because of that.