Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.c761 const GstStructure *location_s; in element_cb() local
767 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()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c1488 const GstStructure *location_s; in element_cb() local
1494 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()