mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
12aa3925d0
They are not actually `out` parameters but must be allocated and initialized to a valid SDP message by the caller. Just allocating them without initialization will cause memory corruptions because the functions will try to clear/append to the existing SDP message. As such they should be just marked as `transfer none`. Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1605 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3484> |
||
---|---|---|
.. | ||
gstmikey.c | ||
gstmikey.h | ||
gstsdp.h | ||
gstsdpmessage.c | ||
gstsdpmessage.h | ||
meson.build | ||
sdp-prelude.h | ||
sdp.h |