Searched refs:GST_MESSAGE_STRUCTURE (Results 1 – 1 of 1) sorted by relevance
66 #define GST_MESSAGE_STRUCTURE(m) (((GstMessageImpl *)(m))->structure) macro217 structure = GST_MESSAGE_STRUCTURE (message); in _gst_message_free()251 structure = GST_MESSAGE_STRUCTURE (message); in _gst_message_copy()253 GST_MESSAGE_STRUCTURE (copy) = gst_structure_copy (structure); in _gst_message_copy()254 gst_structure_set_parent_refcount (GST_MESSAGE_STRUCTURE (copy), in _gst_message_copy()257 GST_MESSAGE_STRUCTURE (copy) = NULL; in _gst_message_copy()316 GST_MESSAGE_STRUCTURE (message) = structure; in gst_message_new_custom()440 gst_structure_id_take_value (GST_MESSAGE_STRUCTURE (message), details_quark, in gst_message_new_error_with_details()489 v = gst_structure_id_get_value (GST_MESSAGE_STRUCTURE (message), in gst_message_parse_error_details()532 gst_structure_id_take_value (GST_MESSAGE_STRUCTURE (message), details_quark, in gst_message_new_warning_with_details()[all …]