Home
last modified time | relevance | path

Searched refs:struct_str (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp253 const gchar *src_name, *src_type, *src_path, *struct_str; in webkit_extension_bus_message_received() local
262 &struct_str in webkit_extension_bus_message_received()
265 original_structure = (struct_str[0] != '\0') ? gst_structure_new_from_string(struct_str) : NULL; in webkit_extension_bus_message_received()
268 if (struct_str[0] != '\0') in webkit_extension_bus_message_received()
269 GST_ERROR_OBJECT(src, "Could not deserialize: %s", struct_str); in webkit_extension_bus_message_received()
/third_party/gstreamer/gstplugins_good/gst/dtmf/
Dgstrtpdtmfsrc.c355 gchar *struct_str; in gst_rtp_dtmf_src_handle_custom_upstream() local
369 struct_str = gst_structure_to_string (structure); in gst_rtp_dtmf_src_handle_custom_upstream()
370 GST_DEBUG_OBJECT (dtmfsrc, "Event has structure %s", struct_str); in gst_rtp_dtmf_src_handle_custom_upstream()
371 g_free (struct_str); in gst_rtp_dtmf_src_handle_custom_upstream()