Lines Matching refs:num_streams
741 demux->common.num_streams); in gst_matroska_demux_parse_stream()
1682 context->index = demux->common.num_streams++; in gst_matroska_demux_add_stream()
1683 g_assert (demux->common.src->len == demux->common.num_streams); in gst_matroska_demux_add_stream()
1684 g_ptr_array_index (demux->common.src, demux->common.num_streams - 1) = in gst_matroska_demux_add_stream()
1947 g_assert (demux->common.src->len == demux->common.num_streams); in gst_matroska_demux_send_event()
1987 g_assert (demux->common.src->len == demux->common.num_streams); in gst_matroska_demux_send_tags()
3561 if (ret != GST_FLOW_ERROR && demux->common.num_streams != num_tracks_found) { in gst_matroska_demux_update_tracks()
3564 demux->common.num_streams, num_tracks_found); in gst_matroska_demux_update_tracks()
3648 g_assert (demux->common.num_streams == demux->common.src->len); in gst_matroska_demux_sync_streams()
3801 g_assert (demux->common.num_streams == demux->common.src->len); in gst_matroska_demux_push_codec_data_all()
4446 stream_num >= demux->common.num_streams)) { in gst_matroska_demux_parse_blockgroup_or_simpleblock()
5993 g_assert (demux->common.num_streams == demux->common.src->len); in gst_matroska_demux_loop()
6279 } else if (demux->common.num_streams == 0) { in gst_matroska_demux_handle_sink_event()