Searched refs:next_group (Results 1 – 10 of 10) sorted by relevance
442 GstSourceGroup *next_group; /* pointer to the next group */ member1186 …)", i, (group == playbin->curr_group) ? "current" : (group == playbin->next_group) ? "next" : "unu…1340 playbin->next_group = &playbin->groups[1]; in gst_play_bin3_init()1491 group = playbin->next_group; in gst_play_bin3_set_uri()1515 group = playbin->next_group; in gst_play_bin3_set_suburi()1557 result = playbin->next_group; in get_group()1925 group = playbin->next_group; in gst_play_bin3_get_property()1945 group = playbin->next_group; in gst_play_bin3_get_property()2241 else if (playbin->next_group->collection && in get_source_group_for_streams()2243 playbin->next_group->collection)) in get_source_group_for_streams()[all …]
407 GstSourceGroup *next_group; /* pointer to the next group */ member1648 playbin->next_group = &playbin->groups[1]; in gst_play_bin_init()1798 group = playbin->next_group; in gst_play_bin_set_uri()1822 group = playbin->next_group; in gst_play_bin_set_suburi()1864 result = playbin->next_group; in get_group()2730 group = playbin->next_group; in gst_play_bin_get_property()2750 group = playbin->next_group; in gst_play_bin_get_property()3228 if (playbin->next_group && playbin->next_group->valid) { in gst_play_bin_handle_message()3231 playbin->next_group->uri); in gst_play_bin_handle_message()5938 new_group = playbin->next_group; in setup_next_source()[all …]
3520 GstDecodeGroup *next_group = iter->data; in gst_decode_chain_get_current_group() local3522 if (!next_group->overrun && !next_group->no_more_pads) { in gst_decode_chain_get_current_group()3523 group = next_group; in gst_decode_chain_get_current_group()
2644 GstParseGroup *next_group = iter->data; in gst_parse_chain_get_current_group() local2646 if (!next_group->no_more_pads) { in gst_parse_chain_get_current_group()2647 group = next_group; in gst_parse_chain_get_current_group()
411 goto next_group; in check_block_bitmaps()488 next_group: in check_block_bitmaps()
2976 node_pointer next_group(node_pointer n) const in next_group() function4120 node_pointer end1 = next_group(n1); in equals_equiv()4121 node_pointer end2 = next_group(n2); in equals_equiv()4467 node_pointer group_end(next_group(n)); in copy_buckets()4486 node_pointer group_end(next_group(n)); in assign_buckets()4500 node_pointer group_end(next_group(n)); in move_assign_buckets()
1866 struct libinput_device_group *group, *next_group; in libinput_unref() local1895 next_group, in libinput_unref()
2335 iterator(n), iterator(n ? table_.next_group(n) : n)); in equal_range()2345 const_iterator(n), const_iterator(n ? table_.next_group(n) : n)); in equal_range()
1860 const_iterator(n), const_iterator(n ? table_.next_group(n) : n)); in equal_range()
14576 (gdb) p group->parent->next_group14577 There is no member named next_group.21709 currently being outputted by the sinks (i.e. curr_group and next_group).56022 over to the latest next_group. The actual switch will be done when