mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
doc: Add some missing/malformed Since markers
This commit is contained in:
parent
d4db88772b
commit
6d4e17eee8
3 changed files with 6 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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},
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue