Searched refs:REPLACE_STRING (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 68 #define REPLACE_STRING(field, val) FREE_STRING(field); (field) = g_strdup (val) macro 356 REPLACE_STRING (cp->version, msg->version); in gst_sdp_message_copy() 360 REPLACE_STRING (cp->session_name, msg->session_name); in gst_sdp_message_copy() 361 REPLACE_STRING (cp->information, msg->information); in gst_sdp_message_copy() 362 REPLACE_STRING (cp->uri, msg->uri); in gst_sdp_message_copy() 830 REPLACE_STRING (msg->origin.username, username); in gst_sdp_message_set_origin() 831 REPLACE_STRING (msg->origin.sess_id, sess_id); in gst_sdp_message_set_origin() 832 REPLACE_STRING (msg->origin.sess_version, sess_version); in gst_sdp_message_set_origin() 833 REPLACE_STRING (msg->origin.nettype, nettype); in gst_sdp_message_set_origin() 834 REPLACE_STRING (msg->origin.addrtype, addrtype); in gst_sdp_message_set_origin() [all …]
|