mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
sdp: add Since markers
This commit is contained in:
parent
ba1e693853
commit
83a877daf6
1 changed files with 4 additions and 0 deletions
|
@ -312,6 +312,8 @@ gst_sdp_message_uninit (GstSDPMessage * msg)
|
|||
* @copy should be release with gst_sdp_message_free function.
|
||||
*
|
||||
* Returns: a #GstSDPResult
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
GstSDPResult
|
||||
gst_sdp_message_copy (const GstSDPMessage * msg, GstSDPMessage ** copy)
|
||||
|
@ -1407,6 +1409,8 @@ gst_sdp_media_free (GstSDPMedia * media)
|
|||
* @copy should be release with gst_sdp_media_free function.
|
||||
*
|
||||
* Returns: a #GstSDPResult
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
GstSDPResult
|
||||
gst_sdp_media_copy (const GstSDPMedia * media, GstSDPMedia ** copy)
|
||||
|
|
Loading…
Reference in a new issue