Lines Matching refs:indexgroup
286 GstIndexGroup *indexgroup = g_slice_new (GstIndexGroup); in gst_index_group_new() local
288 indexgroup->groupnum = groupnum; in gst_index_group_new()
289 indexgroup->entries = NULL; in gst_index_group_new()
290 indexgroup->certainty = GST_INDEX_UNKNOWN; in gst_index_group_new()
291 indexgroup->peergroup = -1; in gst_index_group_new()
295 return indexgroup; in gst_index_group_new()
393 GstIndexGroup *indexgroup;
402 indexgroup = (GstIndexGroup *) (list->data);
404 if (indexgroup->groupnum == groupnum) {
405 index->curgroup = indexgroup;
406 GST_DEBUG ("switched to index group %d", indexgroup->groupnum);