diff --git a/subprojects/gst-plugins-base/gst-libs/gst/sdp/gstsdpmessage.c b/subprojects/gst-plugins-base/gst-libs/gst/sdp/gstsdpmessage.c index 17e1f64bd7..1de3849281 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/sdp/gstsdpmessage.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/sdp/gstsdpmessage.c @@ -620,7 +620,7 @@ hex_to_int (gchar c) /** * gst_sdp_message_parse_uri: * @uri: the start of the uri - * @msg: (out caller-allocates): the result #GstSDPMessage + * @msg: (transfer none): the result #GstSDPMessage * * Parse the null-terminated @uri and store the result in @msg. * @@ -3121,7 +3121,7 @@ gst_sdp_parse_line (SDPContext * c, gchar type, gchar * buffer) * gst_sdp_message_parse_buffer: * @data: (array length=size): the start of the buffer * @size: the size of the buffer - * @msg: (out caller-allocates): the result #GstSDPMessage + * @msg: (transfer none): the result #GstSDPMessage * * Parse the contents of @size bytes pointed to by @data and store the result in * @msg.