doc: Add some missing/malformed Since markers
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Mon, 16 Oct 2017 12:16:31 +0000 (14:16 +0200)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Mon, 16 Oct 2017 12:17:00 +0000 (14:17 +0200)
gst-libs/gst/pbutils/encoding-profile.c
gst-libs/gst/rtsp/gstrtspdefs.c
gst-libs/gst/rtsp/gstrtspdefs.h

index 94f741f..616a1e3 100644 (file)
@@ -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,
index cb22406..2645076 100644 (file)
@@ -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},
index b8964fa..525c7d1 100644 (file)
@@ -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 */