Lines Matching refs:element_index
4943 if (demux->common.element_index) { in gst_matroska_demux_parse_blockgroup_or_simpleblock()
4945 gst_index_get_writer_id (demux->common.element_index, in gst_matroska_demux_parse_blockgroup_or_simpleblock()
4952 gst_index_add_association (demux->common.element_index, in gst_matroska_demux_parse_blockgroup_or_simpleblock()
5761 if (demux->common.element_index) { in gst_matroska_demux_parse_id()
5763 gst_index_get_writer_id (demux->common.element_index, in gst_matroska_demux_parse_id()
5769 gst_index_add_association (demux->common.element_index, in gst_matroska_demux_parse_id()
7407 if (demux->common.element_index)
7408 gst_object_unref (demux->common.element_index);
7409 demux->common.element_index = index ? gst_object_ref (index) : NULL;
7412 demux->common.element_index);
7422 if (demux->common.element_index)
7423 result = gst_object_ref (demux->common.element_index);