Searched refs:locations_list (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder.c | 755 const GValue *locations_list, *location_val; in element_cb() local 758 locations_list = gst_structure_get_value (s, "locations"); in element_cb() 759 size = gst_value_list_get_size (locations_list); in element_cb() 763 location_val = gst_value_list_get_value (locations_list, i); in element_cb()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturisourcebin.c | 2375 const GValue *locations_list, *location_val; in handle_redirect_message() local 2391 locations_list = gst_structure_get_value (structure, "locations"); in handle_redirect_message() 2392 if (locations_list == NULL) in handle_redirect_message() 2395 size = gst_value_list_get_size (locations_list); in handle_redirect_message() 2408 location_val = gst_value_list_get_value (locations_list, i); in handle_redirect_message()
|
D | gsturidecodebin.c | 2652 const GValue *locations_list, *location_val; in handle_redirect_message() local 2668 locations_list = gst_structure_get_value (structure, "locations"); in handle_redirect_message() 2669 if (locations_list == NULL) in handle_redirect_message() 2672 size = gst_value_list_get_size (locations_list); in handle_redirect_message() 2685 location_val = gst_value_list_get_value (locations_list, i); in handle_redirect_message()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 1482 const GValue *locations_list, *location_val; in element_cb() local 1485 locations_list = gst_structure_get_value (s, "locations"); in element_cb() 1486 size = gst_value_list_get_size (locations_list); in element_cb() 1490 location_val = gst_value_list_get_value (locations_list, i); in element_cb()
|