Searched refs:entry_struct (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstmessage.c | 3261 GstTagList * tag_list, const GstStructure * entry_struct) in gst_message_new_redirect() argument 3286 gst_message_add_redirect_entry (message, location, tag_list, entry_struct); in gst_message_new_redirect() 3307 GstTagList * tag_list, const GstStructure * entry_struct) in gst_message_add_redirect_entry() argument 3345 if (entry_struct) in gst_message_add_redirect_entry() 3346 g_value_take_boxed (&val, entry_struct); in gst_message_add_redirect_entry() 3370 const GstStructure ** entry_struct) in gst_message_parse_redirect_entry() argument 3381 if (G_UNLIKELY (!location && !tag_list && !entry_struct)) in gst_message_parse_redirect_entry() 3411 if (entry_struct) { in gst_message_parse_redirect_entry() 3414 *entry_struct = (const GstStructure *) g_value_get_boxed (val); in gst_message_parse_redirect_entry()
|
D | gstmessage.h | 855 …c, const gchar * location, GstTagList * tag_list, const GstStructure * entry_struct) G_GNUC_MALLOC; 858 …ssage * message, const gchar * location, GstTagList * tag_list, const GstStructure * entry_struct); 861 … entry_index, const gchar ** location, GstTagList ** tag_list, const GstStructure ** entry_struct);
|