mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
sdp: fix gst_sdp_message_new_from_text() doc
Arguments were in the wrong order in the doc. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/711>
This commit is contained in:
parent
aecd0f660f
commit
870d630481
1 changed files with 1 additions and 1 deletions
|
@ -238,8 +238,8 @@ gst_sdp_message_new (GstSDPMessage ** msg)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_sdp_message_new_from_text:
|
* gst_sdp_message_new_from_text:
|
||||||
* @msg: (out) (transfer full): pointer to new #GstSDPMessage
|
|
||||||
* @text: A dynamically allocated string representing the SDP description
|
* @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.
|
* Parse @text and create a new SDPMessage from these.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue