Home
last modified time | relevance | path

Searched refs:suburi_flushes_to_drop (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c355 GSList *suburi_flushes_to_drop; member
1604 g_slist_free (group->suburi_flushes_to_drop); in free_group()
1605 group->suburi_flushes_to_drop = NULL; in free_group()
2446 group->suburi_flushes_to_drop = in gst_play_bin_suburidecodebin_seek_to_start()
2447 g_slist_append (group->suburi_flushes_to_drop, in gst_play_bin_suburidecodebin_seek_to_start()
2460 group->suburi_flushes_to_drop = in gst_play_bin_suburidecodebin_seek_to_start()
2461 g_slist_remove (group->suburi_flushes_to_drop, in gst_play_bin_suburidecodebin_seek_to_start()
4133 GSList *item = g_slist_find (group->suburi_flushes_to_drop,
4137 group->suburi_flushes_to_drop =
4138 g_slist_delete_link (group->suburi_flushes_to_drop, item);
[all …]