Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c425 GstSourceGroup *curr_group; /* pointer to the currently playing group */ member
1728 playbin->curr_group = &playbin->groups[0]; in gst_play_bin_init()
2088 if (!(result = playbin->curr_group)) in get_group()
2982 if (playbin->curr_group) { in gst_play_bin_set_property()
2983 GST_SOURCE_GROUP_LOCK (playbin->curr_group); in gst_play_bin_set_property()
2984 if (playbin->curr_group->uridecodebin) { in gst_play_bin_set_property()
2986 g_object_set (playbin->curr_group->uridecodebin, in gst_play_bin_set_property()
2991 GST_SOURCE_GROUP_UNLOCK (playbin->curr_group); in gst_play_bin_set_property()
3065 if (playbin->curr_group && playbin->curr_group->uridecodebin) { in gst_play_bin_set_property()
3066 …g_object_set (playbin->curr_group->uridecodebin, "connection-speed", g_value_get_uint64 (value), N… in gst_play_bin_set_property()
[all …]
Dgstplaybin3.c441 GstSourceGroup *curr_group; /* pointer to the currently playing group */ member
1186 …GST_DEBUG ("GstSourceGroup #%d (%s)", i, (group == playbin->curr_group) ? "current" : (group == pl…
1339 playbin->curr_group = &playbin->groups[0]; in gst_play_bin3_init()
1556 if (!(result = playbin->curr_group)) in get_group()
1615 do_stream_selection (playbin, playbin->curr_group); in gst_play_bin3_set_current_stream()
1766 if (playbin->curr_group) { in gst_play_bin3_set_property()
1767 GST_SOURCE_GROUP_LOCK (playbin->curr_group); in gst_play_bin3_set_property()
1768 if (playbin->curr_group->uridecodebin) { in gst_play_bin3_set_property()
1769 g_object_set (playbin->curr_group->uridecodebin, "download", in gst_play_bin3_set_property()
1772 GST_SOURCE_GROUP_UNLOCK (playbin->curr_group); in gst_play_bin3_set_property()
[all …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffExporter.java316 BundleGroup curr_group = (BundleGroup)group_v.elementAt(i); in exportFile() local
323 if (groupToFind.getName().equals(curr_group.getName())) { in exportFile()
330 group_elem.setAttribute("id", curr_group.getName()); in exportFile()
331 if (curr_group.getComment() != null && curr_group.getComment().length() > 1) { in exportFile()
334 comment_prop.appendChild(xml.createTextNode(curr_group.getComment())); in exportFile()
338 Vector group_items = curr_group.getItemsAsVector(); in exportFile()
/third_party/gstreamer/gstplugins_base/
DChangeLog21709 currently being outputted by the sinks (i.e. curr_group and next_group).
60065 For safety, check the pointer playbin->curr_group is valid before