Searched refs:walk2 (Results 1 – 2 of 2) sorted by relevance
2692 GList *walk2; in gst_video_decoder_flush_parse() local2704 for (walk2 = frame->events; walk2;) { in gst_video_decoder_flush_parse()2705 GList *cur = walk2; in gst_video_decoder_flush_parse()2706 GstEvent *event = walk2->data; in gst_video_decoder_flush_parse()2708 walk2 = g_list_next (walk2); in gst_video_decoder_flush_parse()
4155 GList *walk2; in gst_qt_mux_stop_file() local4157 for (walk2 = qtmux->moov->mvex.trexs; walk2; walk2 = walk2->next) { in gst_qt_mux_stop_file()4158 AtomTREX *trex = walk2->data; in gst_qt_mux_stop_file()