Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c180 GstMPDLocationNode *locationNode; in gst_mpdparser_parse_location_node() local
184 locationNode = gst_mpd_location_node_new (); in gst_mpdparser_parse_location_node()
185 locationNode->location = location; in gst_mpdparser_parse_location_node()
186 *list = g_list_append (*list, locationNode); in gst_mpdparser_parse_location_node()