sdp: fix gst_sdp_message_new_from_text() doc
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Thu, 18 Jun 2020 10:15:57 +0000 (12:15 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>
Thu, 18 Jun 2020 11:42:10 +0000 (11:42 +0000)
Arguments were in the wrong order in the doc.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/711>

gst-libs/gst/sdp/gstsdpmessage.c

index ae5fcd2..28bf63b 100644 (file)
@@ -238,8 +238,8 @@ gst_sdp_message_new (GstSDPMessage ** msg)
 
 /**
  * gst_sdp_message_new_from_text:
- * @msg: (out) (transfer full): pointer to new #GstSDPMessage
  * @text: A dynamically allocated string representing the SDP description
+ * @msg: (out) (transfer full): pointer to new #GstSDPMessage
  *
  * Parse @text and create a new SDPMessage from these.
  *