|
|
@ -962,6 +962,7 @@ static void call_ng_flags_sdp_attr_helper(sdp_ng_flags *out, str *s, helper_arg |
|
|
if (!sm) { |
|
|
if (!sm) { |
|
|
ilog(LOG_WARN, "SDP manipulations: unsupported SDP section '" STR_FORMAT "' targeted.", |
|
|
ilog(LOG_WARN, "SDP manipulations: unsupported SDP section '" STR_FORMAT "' targeted.", |
|
|
STR_FMT(&token)); |
|
|
STR_FMT(&token)); |
|
|
|
|
|
return; |
|
|
} |
|
|
} |
|
|
const struct sdp_attr_helper *h = arg.attr_helper; |
|
|
const struct sdp_attr_helper *h = arg.attr_helper; |
|
|
h->fn(out, s, &G_STRUCT_MEMBER(void *, sm, h->offset)); |
|
|
h->fn(out, s, &G_STRUCT_MEMBER(void *, sm, h->offset)); |
|
|
|