Home
last modified time | relevance | path

Searched refs:gst_structure_to_string (Results 1 – 25 of 46) sorted by relevance

12

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgststructure.c295 str = gst_structure_to_string (st1); in GST_START_TEST()
310 str = gst_structure_to_string (st1); in GST_START_TEST()
327 str = gst_structure_to_string (st1); in GST_START_TEST()
356 str = gst_structure_to_string (st1); in GST_START_TEST()
371 str = gst_structure_to_string (st1); in GST_START_TEST()
407 str = gst_structure_to_string (st1); in GST_START_TEST()
575 str = gst_structure_to_string (s); in GST_START_TEST()
717 str = gst_structure_to_string (sp); in GST_START_TEST()
760 str2 = gst_structure_to_string (s); in GST_START_TEST()
Dgstvalue.c2259 str = gst_structure_to_string (s); in GST_START_TEST()
2282 str = gst_structure_to_string (s); in GST_START_TEST()
2340 str = gst_structure_to_string (s); in GST_START_TEST()
2369 str = gst_structure_to_string (s); in GST_START_TEST()
2396 str = gst_structure_to_string (s); in GST_START_TEST()
2425 str = gst_structure_to_string (s); in GST_START_TEST()
2452 str = gst_structure_to_string (s); in GST_START_TEST()
2481 str = gst_structure_to_string (s); in GST_START_TEST()
2677 str = gst_structure_to_string (s); in GST_START_TEST()
2688 str2 = gst_structure_to_string (s2); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/
Dgstwpebusmsgforwarder.c62 details ? gst_structure_to_string (details) : g_strdup (""); in create_gerror_bus_msg()
136 str = gst_structure_to_string (structure); in gst_message_post_cb()
/third_party/gstreamer/gstreamer/tests/examples/netclock/
Dnetclock-client.c14 str = gst_structure_to_string (s); in handle_bus_message()
/third_party/gstreamer/gstreamer/tests/examples/ptp/
Dptp-print-times.c53 gchar *stats_str = gst_structure_to_string (stats); in stats_cb()
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dvorbisdec.c39 s = gst_structure_to_string (gst_message_get_structure (message)); in element_message_cb()
/third_party/gstreamer/gstreamer/docs/random/
Dcaps_grammar3 and gst_structure_to_string()) do not have AUTO_VALUE.
/third_party/gstreamer/gstplugins_good/tests/icles/
Dtest-oss4.c54 s = gst_structure_to_string (gst_caps_get_structure (caps, i)); in probe_pad()
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dtracerserialize.c44 l = gst_structure_to_string (s); in log_gst_structure()
/third_party/gstreamer/gstreamer/tests/misc/
Dnetclock-replay.c151 str = gst_structure_to_string (st); in main()
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dserver-alsasrc-PCMA.c70 str = gst_structure_to_string (stats); in print_source_stats()
Dclient-PCMA.c71 str = gst_structure_to_string (stats); in print_source_stats()
/third_party/gstreamer/gstplugins_base/tests/examples/dynamic/
Daddstream.c124 sstr = gst_structure_to_string (s); in message_received()
Dsprinkle.c188 sstr = gst_structure_to_string (s); in message_received()
Dsprinkle2.c207 sstr = gst_structure_to_string (s); in message_received()
Dsprinkle3.c220 sstr = gst_structure_to_string (s); in message_received()
/third_party/gstreamer/gstplugins_base/tests/examples/audio/
Dvolume.c119 sstr = gst_structure_to_string (s); in message_received()
Daudiomix.c102 sstr = gst_structure_to_string (s); in message_received()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfakesink.c383 sstr = gst_structure_to_string (structure); in gst_fake_sink_event()
393 sstr = gst_structure_to_string (s); in gst_fake_sink_event()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.c367 str = gst_structure_to_string (structure); in gst_ipc_pipeline_comm_write_query_result_to_fd()
499 repr->info[repr->n_meta - 1].str = gst_structure_to_string (m->info); in build_meta()
779 str = gst_structure_to_string (structure); in gst_ipc_pipeline_comm_write_sink_message_event_to_fd()
950 str = gst_structure_to_string (s); in gst_ipc_pipeline_comm_write_event_to_fd()
953 str = gst_structure_to_string (structure); in gst_ipc_pipeline_comm_write_event_to_fd()
1086 str = gst_structure_to_string (structure); in gst_ipc_pipeline_comm_write_query_to_fd()
1535 str = gst_structure_to_string (structure); in gst_ipc_pipeline_comm_write_message_to_fd()
2267 str = gst_structure_to_string (structure); in gst_value_serialize_event()
/third_party/gstreamer/gstreamer/gst/
Dgstregistrychunks.c305 gst_structure_to_string (factory->metadata)); in gst_registry_chunks_save_feature()
357 gst_structure_to_string (factory->metadata)); in gst_registry_chunks_save_feature()
478 gchar *cache_str = gst_structure_to_string (plugin->priv->cache_data); in _priv_gst_registry_chunks_save_plugin()
Dgststructure.h346 gchar * gst_structure_to_string (const GstStructure * structure) G_GNUC_MA…
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c607 sstr = gst_structure_to_string (s); in bus_handler()
881 gst_structure_to_string (gst_context_get_structure (context)); in bus_handler()
920 val_str = gst_structure_to_string (g_value_get_boxed (val)); in bus_handler()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Dscrubby.c373 sstr = gst_structure_to_string (s); in print_message()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Ddataprotocol.c295 string = (guchar *) gst_structure_to_string (structure); in gst_dp_payload_event()

12