doc: Add some missing/malformed Since markers

This commit is contained in:
Thibault Saunier 2017-10-16 14:16:31 +02:00
parent d4db88772b
commit 6d4e17eee8
3 changed files with 6 additions and 2 deletions

View File

@ -575,6 +575,8 @@ gst_encoding_profile_get_presence (GstEncodingProfile * profile)
* @profile: a #GstEncodingProfile * @profile: a #GstEncodingProfile
* *
* Returns: Whther @profile is enabled or not * Returns: Whther @profile is enabled or not
*
* Since 1.6
*/ */
gboolean gboolean
gst_encoding_profile_is_enabled (GstEncodingProfile * profile) 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 * @enabled: %FALSE to disable #profile, %TRUE to enable it
* *
* Set whether the profile should be used or not. * Set whether the profile should be used or not.
*
* Since 1.6
*/ */
void void
gst_encoding_profile_set_enabled (GstEncodingProfile * profile, gst_encoding_profile_set_enabled (GstEncodingProfile * profile,

View File

@ -177,7 +177,7 @@ static struct rtsp_header rtsp_headers[] = {
/* Since 1.4 */ /* Since 1.4 */
{"KeyMgmt", FALSE}, {"KeyMgmt", FALSE},
/* Since 1.XX */ /* Since 1.14 */
{"Pipelined-Requests", FALSE}, {"Pipelined-Requests", FALSE},
{"Media-Properties", FALSE}, {"Media-Properties", FALSE},
{"Seek-Style", FALSE}, {"Seek-Style", FALSE},

View File

@ -334,7 +334,7 @@ typedef enum {
/* Since 1.4 */ /* Since 1.4 */
GST_RTSP_HDR_KEYMGMT, /* KeyMgmt */ GST_RTSP_HDR_KEYMGMT, /* KeyMgmt */
/* Since 1.X */ /* Since 1.14 */
GST_RTSP_HDR_PIPELINED_REQUESTS, /* Pipelined-Requests Rr opt. SETUP */ GST_RTSP_HDR_PIPELINED_REQUESTS, /* Pipelined-Requests Rr opt. SETUP */
GST_RTSP_HDR_MEDIA_PROPERTIES, /* Media-Properties Rr opt. SETUP */ GST_RTSP_HDR_MEDIA_PROPERTIES, /* Media-Properties Rr opt. SETUP */
GST_RTSP_HDR_SEEK_STYLE, /* Seek-Type Rr opt. PLAY */ GST_RTSP_HDR_SEEK_STYLE, /* Seek-Type Rr opt. PLAY */