Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgststructure.c63 structure = gst_structure_from_string (s, NULL); in GST_START_TEST()
106 structure = gst_structure_from_string (s, NULL); in GST_START_TEST()
129 structure = gst_structure_from_string (s, NULL); in GST_START_TEST()
136 structure = gst_structure_from_string (s, NULL); in GST_START_TEST()
143 structure = gst_structure_from_string (s, NULL); in GST_START_TEST()
150 structure = gst_structure_from_string (s, NULL); in GST_START_TEST()
157 structure = gst_structure_from_string (s, NULL); in GST_START_TEST()
166 structure = gst_structure_from_string (s, NULL); in GST_START_TEST()
171 structure = gst_structure_from_string (s, NULL); in GST_START_TEST()
176 structure = gst_structure_from_string (s, NULL); in GST_START_TEST()
[all …]
Dgstvalue.c2266 s = gst_structure_from_string (str, NULL); in GST_START_TEST()
2347 s = gst_structure_from_string (str, NULL); in GST_START_TEST()
2403 s = gst_structure_from_string (str, NULL); in GST_START_TEST()
2459 s = gst_structure_from_string (str, NULL); in GST_START_TEST()
2685 s2 = gst_structure_from_string (str, &end); in GST_START_TEST()
2785 s2 = gst_structure_from_string (str, &end); in _test_serialize_deserialize_boxed_in_structure()
3044 s = gst_structure_from_string (str, &end); in GST_START_TEST()
3059 ASSERT_CRITICAL (s = gst_structure_from_string (str, &end)); in GST_START_TEST()
3066 ASSERT_CRITICAL (s = gst_structure_from_string (str, NULL)); in GST_START_TEST()
3075 s = gst_structure_from_string (str, &end); in GST_START_TEST()
[all …]
Dgsttracerrecord.c133 s = gst_structure_from_string (str, NULL); in GST_START_TEST()
Dgstcaps.c73 s1 = gst_structure_from_string ("audio/x-raw,rate=44100", NULL); in GST_START_TEST()
89 s1 = gst_structure_from_string ("audio/x-raw,rate=44100", NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/
Dcamctrl.c170 prog = gst_structure_from_string ("program" in main()
177 prog = gst_structure_from_string ("program" in main()
/third_party/gstreamer/gstreamer/gst/
Dgstregistrychunks.c618 factory->metadata = gst_structure_from_string (meta_data_str, NULL); in gst_registry_chunks_load_feature()
707 factory->metadata = gst_structure_from_string (meta_data_str, NULL); in gst_registry_chunks_load_feature()
875 plugin->priv->cache_data = gst_structure_from_string (cache_str, NULL); in _priv_gst_registry_chunks_load_plugin()
Dgststructure.h352 GstStructure * gst_structure_from_string (const gchar * string,
Dgststructure.c2385 return gst_structure_from_string (string, NULL); in gst_structure_new_from_string()
2404 gst_structure_from_string (const gchar * string, gchar ** end) in gst_structure_from_string() function
Dgstvalue.c2928 str = gst_structure_from_string (t, NULL); in gst_value_deserialize_segment_internal()
2931 str = gst_structure_from_string (s, NULL); in gst_value_deserialize_segment_internal()
3024 structure = gst_structure_from_string (s, NULL); in gst_value_deserialize_structure()
3031 structure = gst_structure_from_string (str, NULL); in gst_value_deserialize_structure()
3451 info = gst_structure_from_string (fields[3], NULL); in gst_value_deserialize_sample()
Dgsttaglist.c933 s = gst_structure_from_string (str, NULL); in gst_tag_list_new_from_string()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstrusage.c279 params_struct = gst_structure_from_string (tmp, NULL); in gst_rusage_tracer_constructed()
Dgstlog.c326 params_struct = gst_structure_from_string (tmp, NULL); in gst_log_tracer_constructed()
Dgstlatency.c560 params_struct = gst_structure_from_string (tmp, NULL); in gst_latency_tracer_constructed()
Dgststats.c537 params_struct = gst_structure_from_string (tmp, NULL); in gst_stats_tracer_constructed()
Dgstleaks.c245 params_struct = gst_structure_from_string (tmp, NULL); in set_params()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.c436 structure = gst_structure_from_string ((const char *) payload, &end); in gst_ipc_pipeline_comm_read_query_result()
900 structure = gst_structure_from_string ((const char *) payload, &end); in gst_ipc_pipeline_comm_read_sink_message_event()
1048 structure = gst_structure_from_string ((const char *) payload, &end); in gst_ipc_pipeline_comm_read_event()
1168 structure = gst_structure_from_string ((const char *) payload, &end); in gst_ipc_pipeline_comm_read_query()
1605 structure = gst_structure_from_string ((const char *) payload, &end); in gst_ipc_pipeline_comm_read_message()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpgstdepay.c287 s = gst_structure_from_string ((gchar *) & map.data[offset], &end); in read_event()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Ddataprotocol.c625 s = gst_structure_from_string (string, NULL); in gst_dp_event_from_packet_1_0()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c3618 s = gst_structure_from_string (VP8_RTP_CAPS (96), NULL); in GST_START_TEST()
3621 s = gst_structure_from_string (H264_RTP_CAPS (97), NULL); in GST_START_TEST()
3655 s = gst_structure_from_string (VP8_RTP_CAPS (96), NULL); in GST_START_TEST()
3658 s = gst_structure_from_string (H264_RTP_CAPS (97), NULL); in GST_START_TEST()
3691 s = gst_structure_from_string (VP8_RTP_CAPS (96), NULL); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c1199 if ((s = gst_structure_from_string (data, NULL))) { in collect_stats()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideorate.c829 structure = gst_structure_from_string (VIDEO_CAPS_STRING, NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c1270 GstStructure *config = gst_structure_from_string (config_str, NULL); in gst_gl_context_create_thread()
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.87020 (gst_structure_from_string):
7055 (gst_structure_from_string):
7148 * gst/gststructure.c: (gst_structure_from_string):
/third_party/gstreamer/gstreamer/
DChangeLog2423 passed to gst_structure_from_string would have resulted in an int value,
2437 gst_structure_from_string to, e.g., receive
2490 gst_structure_from_string and gst_caps_from_string.
41069 Convenience API for bindings, gst_structure_from_string() returns
96006 * gst/gststructure.c (gst_structure_from_string): Warn if
97667 (gst_structure_from_string):
98502 (gst_structure_to_string), (gst_structure_from_string):
117694 Test automatic value type detection in gst_structure_from_string.
119288 (gst_structure_from_string):