Searched refs:DEFINE_ARRAY_REPLACE (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 136 #define DEFINE_ARRAY_REPLACE(method, field, intype, free_method, dup_method, type) \ macro 170 DEFINE_ARRAY_REPLACE (method, field, const gchar *, free_string, dup_string, gchar *) 1201 DEFINE_ARRAY_REPLACE (bandwidth, bandwidths, GstSDPBandwidth *, FREE_BANDWIDTH, 1348 DEFINE_ARRAY_REPLACE (time, times, GstSDPTime *, FREE_TIME, 1483 DEFINE_ARRAY_REPLACE (zone, zones, GstSDPZone *, FREE_ZONE, 1706 DEFINE_ARRAY_REPLACE (attribute, attributes, GstSDPAttribute *, FREE_ATTRIBUTE,
|