Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstmessage.c3265 GValue entry_locations_gvalue = G_VALUE_INIT; in gst_message_new_redirect() local
3271 g_value_init (&entry_locations_gvalue, GST_TYPE_LIST); in gst_message_new_redirect()
3277 &entry_locations_gvalue); in gst_message_new_redirect()
3311 GValue *entry_locations_gvalue; in gst_message_add_redirect_entry() local
3321 entry_locations_gvalue = in gst_message_add_redirect_entry()
3324 g_return_if_fail (GST_VALUE_HOLDS_LIST (entry_locations_gvalue)); in gst_message_add_redirect_entry()
3337 gst_value_list_append_and_take_value (entry_locations_gvalue, &val); in gst_message_add_redirect_entry()
3374 const GValue *entry_locations_gvalue; in gst_message_parse_redirect_entry() local
3386 entry_locations_gvalue = in gst_message_parse_redirect_entry()
3389 g_return_if_fail (GST_VALUE_HOLDS_LIST (entry_locations_gvalue)); in gst_message_parse_redirect_entry()
[all …]