Searched refs:gst_structure_new_from_string (Results 1 – 9 of 9) sorted by relevance
214 …GstStructure *details = (details_str[0] != '\0') ? gst_structure_new_from_string(details_str) : NU… in webkit_extension_gerror_msg_received()265 original_structure = (struct_str[0] != '\0') ? gst_structure_new_from_string(struct_str) : NULL; in webkit_extension_bus_message_received()
139 GstStructure * gst_structure_new_from_string (const gchar * string);
2383 gst_structure_new_from_string (const gchar * string) in gst_structure_new_from_string() function
359 st2 = gst_structure_new_from_string (str); in GST_START_TEST()374 st2 = gst_structure_new_from_string (str); in GST_START_TEST()
3811 structure = gst_structure_new_from_string (tests_data[i].serialized_struct); in GST_START_TEST()3820 structure2 = gst_structure_new_from_string (structure_str); in GST_START_TEST()3858 structure2 = gst_structure_new_from_string (structure_str); in GST_START_TEST()
720 structure = gst_structure_new_from_string ((const char *) payload); in gst_ipc_pipeline_comm_read_buffer()2304 gst_structure_new_from_string (fields[4])); in gst_value_deserialize_event()
1872 tmpstruct = gst_structure_new_from_string (prop); in create_encoding_stream_profile()
2285 sinfo->misc = gst_structure_new_from_string (str); in _parse_common_stream_info()
41068 structure: Add gst_structure_new_from_string()