Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp214 …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()
/third_party/gstreamer/gstreamer/gst/
Dgststructure.h139 GstStructure * gst_structure_new_from_string (const gchar * string);
Dgststructure.c2383 gst_structure_new_from_string (const gchar * string) in gst_structure_new_from_string() function
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgststructure.c359 st2 = gst_structure_new_from_string (str); in GST_START_TEST()
374 st2 = gst_structure_new_from_string (str); in GST_START_TEST()
Dgstvalue.c3811 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()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.c720 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()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c1872 tmpstruct = gst_structure_new_from_string (prop); in create_encoding_stream_profile()
Dgstdiscoverer.c2285 sinfo->misc = gst_structure_new_from_string (str); in _parse_common_stream_info()
/third_party/gstreamer/gstreamer/
DChangeLog41068 structure: Add gst_structure_new_from_string()