Searched refs:subsegmentStartsWithSAP (Results 1 – 5 of 5) sorted by relevance
51 GstMPDSAPType subsegmentStartsWithSAP; member
158 "subsegmentStartsWithSAP", self->subsegmentStartsWithSAP); in gst_mpd_adaptation_set_get_xml_node()235 self->subsegmentStartsWithSAP = GST_SAP_TYPE_0; in gst_mpd_adaptation_set_node_init()
701 &new_adap_set->subsegmentStartsWithSAP); in gst_mpdparser_parse_adaptation_set_node()
311 int subsegmentStartsWithSAP = 1; in write_adaptation_set() local349 if (!w->is_live && (!kf || !strncmp(kf->value, "0", 1))) subsegmentStartsWithSAP = 0; in write_adaptation_set()351 avio_printf(pb, " subsegmentStartsWithSAP=\"%d\"", subsegmentStartsWithSAP); in write_adaptation_set()
1225 assert_equals_int (adaptationSet->subsegmentStartsWithSAP, 6); in GST_START_TEST()