Searched refs:location_s (Results 1 – 2 of 2) sorted by relevance
761 const GstStructure *location_s; in element_cb() local767 location_s = (const GstStructure *) g_value_get_boxed (location_val); in element_cb()768 if (!gst_structure_has_name (location_s, "redirect")) in element_cb()771 new_location = gst_structure_get_string (location_s, "new-location"); in element_cb()
1488 const GstStructure *location_s; in element_cb() local1494 location_s = (const GstStructure *) g_value_get_boxed (location_val); in element_cb()1495 if (!gst_structure_has_name (location_s, "redirect")) in element_cb()1498 new_location = gst_structure_get_string (location_s, "new-location"); in element_cb()