mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
sdp: update since markers to 1.8.1 for some new APIs
As we decided to backport some fixes we update the since markers.
This commit is contained in:
parent
694423fd3c
commit
1439b61694
2 changed files with 3 additions and 3 deletions
|
@ -2311,7 +2311,7 @@ no_key:
|
|||
*
|
||||
* Returns: %TRUE on success
|
||||
*
|
||||
* Since: 1.10
|
||||
* Since: 1.8.1
|
||||
*/
|
||||
gboolean
|
||||
gst_mikey_message_to_caps (const GstMIKEYMessage * msg, GstCaps * caps)
|
||||
|
|
|
@ -3681,7 +3681,7 @@ sdp_add_attributes_to_keymgmt (GArray * attributes, GstMIKEYMessage ** mikey)
|
|||
*
|
||||
* Returns: a #GstSDPResult.
|
||||
*
|
||||
* Since: 1.10
|
||||
* Since: 1.8.1
|
||||
*/
|
||||
GstSDPResult
|
||||
gst_sdp_message_parse_keymgmt (const GstSDPMessage * msg,
|
||||
|
@ -3702,7 +3702,7 @@ gst_sdp_message_parse_keymgmt (const GstSDPMessage * msg,
|
|||
*
|
||||
* Returns: a #GstSDPResult.
|
||||
*
|
||||
* Since: 1.10
|
||||
* Since: 1.8.1
|
||||
*/
|
||||
GstSDPResult
|
||||
gst_sdp_media_parse_keymgmt (const GstSDPMedia * media,
|
||||
|
|
Loading…
Reference in a new issue