diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c index 94f741f51f..616a1e3fb0 100644 --- a/gst-libs/gst/pbutils/encoding-profile.c +++ b/gst-libs/gst/pbutils/encoding-profile.c @@ -575,6 +575,8 @@ gst_encoding_profile_get_presence (GstEncodingProfile * profile) * @profile: a #GstEncodingProfile * * Returns: Whther @profile is enabled or not + * + * Since 1.6 */ gboolean gst_encoding_profile_is_enabled (GstEncodingProfile * profile) @@ -747,6 +749,8 @@ gst_encoding_profile_set_presence (GstEncodingProfile * profile, guint presence) * @enabled: %FALSE to disable #profile, %TRUE to enable it * * Set whether the profile should be used or not. + * + * Since 1.6 */ void gst_encoding_profile_set_enabled (GstEncodingProfile * profile, diff --git a/gst-libs/gst/rtsp/gstrtspdefs.c b/gst-libs/gst/rtsp/gstrtspdefs.c index cb224066c1..26450763f9 100644 --- a/gst-libs/gst/rtsp/gstrtspdefs.c +++ b/gst-libs/gst/rtsp/gstrtspdefs.c @@ -177,7 +177,7 @@ static struct rtsp_header rtsp_headers[] = { /* Since 1.4 */ {"KeyMgmt", FALSE}, - /* Since 1.XX */ + /* Since 1.14 */ {"Pipelined-Requests", FALSE}, {"Media-Properties", FALSE}, {"Seek-Style", FALSE}, diff --git a/gst-libs/gst/rtsp/gstrtspdefs.h b/gst-libs/gst/rtsp/gstrtspdefs.h index b8964faeb5..525c7d195c 100644 --- a/gst-libs/gst/rtsp/gstrtspdefs.h +++ b/gst-libs/gst/rtsp/gstrtspdefs.h @@ -334,7 +334,7 @@ typedef enum { /* Since 1.4 */ GST_RTSP_HDR_KEYMGMT, /* KeyMgmt */ - /* Since 1.X */ + /* Since 1.14 */ GST_RTSP_HDR_PIPELINED_REQUESTS, /* Pipelined-Requests Rr opt. SETUP */ GST_RTSP_HDR_MEDIA_PROPERTIES, /* Media-Properties Rr opt. SETUP */ GST_RTSP_HDR_SEEK_STYLE, /* Seek-Type Rr opt. PLAY */