Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrepresentationbasenode.c107 self->startWithSAP = g_value_get_int (value); in gst_mpd_representation_base_node_set_property()
169 g_value_set_int (value, self->startWithSAP); in gst_mpd_representation_base_node_get_property()
257 if (self->startWithSAP) in gst_mpd_representation_base_get_xml_node()
259 self->startWithSAP); in gst_mpd_representation_base_get_xml_node()
329 self->startWithSAP = GST_SAP_TYPE_0; in gst_mpd_representation_base_node_init()
Dgstmpdrepresentationbasenode.h47 GstMPDSAPType startWithSAP; member
Dgstmpdparser.c547 &representation_base->startWithSAP); in gst_mpdparser_parse_representation_base()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c1286 assert_equals_int (representationBase->startWithSAP, GST_SAP_TYPE_0); in GST_START_TEST()